You must create a socks configuration file, socks.conf,
in the directory /etc/opt/socks/. The file must have the following
entry:
server socks_server_name
nameserver dns_server_name
where
socks_server_name: A
comma separated list of Socks servers that can be used as proxy
for this destination. No spaces or tabs are allowed inside the list.
Names beginning with a '$' are expanded from the
users environment. Each server in the list is tried until a successful
connection is established. When a server has multiple addresses,
it is assumed to be a group of hosts, the address list is randomized
and each address is tried before proceeding to the next name in
the list. The user can override this field using the SOCKS_SERVER
environment variable.
dns_server_name: A
comma separated list of Domain Name Servers (DNS) that are able
to resolve addresses outside of the domain. The user can override
this field using the SOCKS_NS environment variable.