28
edits
Line 67: | Line 67: | ||
At the moment SOCKSv5-, HTTP- and HTTPS-Proxies are supported. | At the moment SOCKSv5-, HTTP- and HTTPS-Proxies are supported. | ||
{| class="wikitable" | |||
|+Proxy URL examples | |||
!scheme | |||
!with port | |||
!with default port | |||
!default port | |||
|- | |||
|http | |||
|<nowiki>http://10.0.0.1:8080/</nowiki> | |||
|<nowiki>http://10.0.0.1/</nowiki> | |||
|80 | |||
|- | |||
|https | |||
|<nowiki>https://10.0.0.1:8443/</nowiki> | |||
|<nowiki>https://10.0.0.1/</nowiki> | |||
|443 | |||
|- | |||
|socks5 | |||
|socks5://10.0.01:9999/ | |||
|socks://10.0.0.1/ | |||
|1080 | |||
|} |
edits