| Linux hosting5.siteguarding.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64 Path : /etc/dante-1.4.3/example/ |
| Current File : //etc/dante-1.4.3/example/socks-simple-withoutnameserver.conf |
# $Id: socks-simple-withoutnameserver.conf,v 1.12 2012/06/01 19:59:26 karls Exp $
#
# A simple sample socks.conf for users without a local DNS server.
#
# Clients going anywhere go via the proxy server listening at IP
# address 10.1.1.1, port 1080. Uncomment the line(s) corresponding to
# the proxy protocols your proxy server supports.
#route {
# from: 0.0.0.0/0 to: 0.0.0.0/0 via: 10.1.1.1 port = 1080
# proxyprotocol: socks_v5 # server supports socks v5.
# proxyprotocol: socks_v4 # server supports socks v4
# proxyprotocol: http # server supports http
#}
# This is identical to the above, but it matches hostnames instead.
# clients going anywhere go via the proxy server listening at IP
# address 10.1.1.1, port 1080. Uncomment the line(s) corresponding to
# the proxy protocols your proxy server supports. Note that the socks
# v4 protocol does not support this.
#route {
# from: 0.0.0.0/0 to: . via: 10.1.1.1 port = 1080
# proxyprotocol: socks_v5 # server supports socks v5.
# proxyprotocol: http # server supports http
#}