Searched refs:socks4 (Results 1 – 18 of 18) sorted by relevance
/curl/docs/cmdline-opts/ |
H A D | socks4.md | 4 Long: socks4 15 - --socks4 hostname:4096 $URL 18 # `--socks4` 25 `socks4://localhost/path/to/socket.sock` 30 This option is superfluous since you can specify a socks4 proxy with --proxy 31 using a socks4:// protocol prefix. (Added in 7.21.7)
|
H A D | socks4a.md | 11 - socks4
|
H A D | preproxy.md | 24 alternative proxy protocols. Use socks4://, socks4a://, socks5:// or
|
H A D | proxy.md | 23 specified or http:// it is treated as an HTTP proxy. Use socks4://,
|
H A D | Makefile.inc | 257 socks4.md \
|
/curl/tests/data/ |
H A D | test702 | 15 # 91 is socks4 failure 27 socks4 37 --socks4 %HOSTIP:%SOCKSPORT http://%HOSTIP:%NOLISTENPORT
|
H A D | test700 | 37 socks4 43 --socks4 %HOSTIP:%SOCKSPORT http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
H A D | test708 | 37 socks4 40 all_proxy=socks4://%HOSTIP:%SOCKSPORT
|
H A D | test706 | 37 socks4 43 --socks4 %HOSTIP:%SOCKSPORT ftp://%HOSTIP:%FTPPORT/
|
H A D | test729 | 23 socks4
|
H A D | test704 | 26 --socks4 %HOSTIP:%NOLISTENPORT http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
H A D | test564 | 30 socks4
|
H A D | test1706 | 143 ## socks4:// 144 Makes it the equivalent of --socks4 269 socks4:// 271 Makes it the equivalent of --socks4
|
H A D | test1705 | 147 ## socks4:// 148 Makes it the equivalent of --socks4 291 .IP socks4:// 292 Makes it the equivalent of \fI\-\-socks4\fP
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_PRE_PROXY.md | 43 of socks is used. Use socks4://, socks4a://, socks5:// or socks5h:// (the last 74 curl_easy_setopt(curl, CURLOPT_PRE_PROXY, "socks4://socks-proxy:1080");
|
H A D | CURLOPT_PROXY.md | 63 ## socks4://
|
/curl/docs/ |
H A D | options-in-versions | 222 --socks4 7.15.2
|
/curl/tests/server/ |
H A D | socksd.c | 311 static curl_socket_t socks4(curl_socket_t fd, in socks4() function 390 return socks4(fd, buffer, rc); in sockit()
|
Completed in 27 milliseconds