Examples
This example adds the SOCKS server “default1” at 127.0.0.1 on port 61080. It is designated a default SOCKS server.
alias=default1 host=127.0.0.1 port=61080 default=true
This example adds a SOCKS server that uses authentication. Note that the password (“465751475058”) is not the real password. It is encrypted.
alias=test1 host=socks5.example.com port=1080 username=test password=465751475058 default=false
If this file is modified, you must restart Content Gateway.
Note: Each rule in socks_server.config cannot exceed 400 characters.