Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--socks4[a]: clarify where the host name is resolved #7273

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/cmdline-opts/socks4.d
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/cmdline-opts/socks4a.d
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down