Format
To specify SOCKS servers use the following format:
alias=<name> host=<IP_address|domain_name> port=<port> [username=<user_name> password=<password>] default=true|false
Here:
<name> is the name of a SOCKS server.
<IP_address | domain_name> is an IP address or a domain name that can be resolved by your DNS service.
<port_number> is the port on which the SOCKS server is listening.
<username> and <password> are the username/password pair for SOCKS 5 authentication. The password is encrypted.
Set default to true to make the specified server a default SOCKS server. When the default server option is on, the SOCKS server is used when no SOCKS rule matches.
If no SOCKS server is designated a default server, traffic that doesn’t match a rule is not routed through a SOCKS server.