Go to the table of contents Go to the previous page Go to the next page Go to the index View or print as PDF
Configuration Files > socks_server.config
The socks_server.config file specifies the SOCKS servers available to Content Gateway.
alias=name host=IP_address|domain_name port=port_number [username=user_name password=password] default=true|false
name is the name of a SOCKS server.
IP_address or 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.
Note 
Each rule in socks_server.config cannot exceed 400 characters.

Go to the table of contents Go to the previous page Go to the next page Go to the index View or print as PDF
Configuration Files > socks_server.config