]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: remove "Option to ignore private IP"
authorDaniel Stenberg <daniel@haxx.se>
Fri, 25 Feb 2022 10:35:23 +0000 (11:35 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 25 Feb 2022 10:35:23 +0000 (11:35 +0100)
... as curl ignores the IP entirely by default these days.

docs/TODO

index dd1a721035dad5724a6d445eb072a38f3876400a..2263008783cf617580adb545975ce3634bea5b4a 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -67,7 +67,6 @@
  4.5 ASCII support
  4.6 GSSAPI via Windows SSPI
  4.7 STAT for LIST without data connection
- 4.8 Option to ignore private IP addresses in PASV response
 
  5. HTTP
  5.1 Better persistency for HTTP 1.0
 
  This is not detailed in any FTP specification.
 
-4.8 Option to ignore private IP addresses in PASV response
-
- Some servers respond with and some other FTP client implementations can
- ignore private (RFC 1918 style) IP addresses when received in PASV responses.
- To consider for libcurl as well. See https://github.com/curl/curl/issues/1455
-
 5. HTTP
 
 5.1 Better persistency for HTTP 1.0