]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
--socks4[a]: clarify where the host name is resolved
authorDaniel Stenberg <daniel@haxx.se>
Thu, 17 Jun 2021 15:26:36 +0000 (17:26 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 17 Jun 2021 21:07:39 +0000 (23:07 +0200)
Closes #7273

docs/cmdline-opts/socks4.d
docs/cmdline-opts/socks4a.d

index bc095d5460b5e1f0ee3162f4da4600eb1b11cc87..3cfb2540c00d596269748d27ce073afd49124027 100644 (file)
@@ -5,7 +5,8 @@ Added: 7.15.2
 Category: proxy
 ---
 Use the specified SOCKS4 proxy. If the port number is not specified, it is
-assumed at port 1080.
+assumed at port 1080. Using this socket type make curl resolve the host name
+and passing the address on to the proxy.
 
 This option overrides any previous use of --proxy, as they are mutually
 exclusive.
index d3177a9d77540f23f215c223d140d0a72e670786..d820566a1a862632c25bf621aecbf47ea938a13d 100644 (file)
@@ -5,7 +5,7 @@ Added: 7.18.0
 Category: proxy
 ---
 Use the specified SOCKS4a proxy. If the port number is not specified, it is
-assumed at port 1080.
+assumed at port 1080. This asks the proxy to resolve the host name.
 
 This option overrides any previous use of --proxy, as they are mutually
 exclusive.