Proxy Server Enter the proxy server address. The format of the address for a SOCKS proxy is:
socks://username@socks_server:port/network/netmask,network/netmask...
The format of the address for an HTTP proxy is:
http://username@socks_server:port/network/netmask,network/netmask...
An example of a proxy server setting:
socks://socks.ssh.com:1080/203.123.0.0/16,198.74.23.0/24
In this case, the host socks.ssh.com
and port 1080
(default) are used as your SOCKS server for connections outside of
networks 203.123.0.0
(16-bit domain) and 198.74.23.0
(8-bit domain). Those networks are connected directly.
If this option is used, it should almost always contain the local
loopback network (127.0.0.0/8
) as a network that is connected directly.