From fba9dec5c53ac180ff253ff6087b9f07e33ad292 Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Sun, 21 Aug 2016 17:57:29 +0200 Subject: [PATCH] Revert "KNOWN_BUGS: SOCKS proxy not working via IPv6" This reverts commit 9cb1059f92286a6eb5d28c477fdd3f26aed1d554. As discussed in #835 SOCKS5 supports IPv6 proxies and destinations. --- docs/KNOWN_BUGS | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 578e01531..05802f17a 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -76,7 +76,6 @@ problems may have been fixed or changed somewhat since this was written! 10.2 SOCKS don't support timeouts 10.3 FTPS over SOCKS 10.4 active FTP over a SOCKS - 10.5 SOCKS proxy not working via IPv6 11. Internals 11.1 Curl leaks .onion hostnames in DNS @@ -493,12 +492,6 @@ problems may have been fixed or changed somewhat since this was written! libcurl doesn't support active FTP over a SOCKS proxy -10.5 SOCKS proxy not working via IPv6 - - `curl --proxy "socks://hostname-with-AAAA-record" example.com` - - curl: (7) Can't complete SOCKS4 connection to 1.2.3.4:109. (91), - request rejected or failed. 11. Internals