| 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.conf |
# $Id: socks-simple.conf,v 1.13 2012/06/01 19:59:26 karls Exp $
#
# A simple sample socks.conf for users with a local DNS server.
#
# Assuming de0 is on the lan-net, the below will make connections to it
# (and anything else on the lan), be direct, i.e. not go via the proxy.
#route { from: 0.0.0.0/0 to: de0 via: direct }
# Clients going anywhere else 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.
#}