tsocks/tsocks.conf

changeset 793
07d23947ec91
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tsocks/tsocks.conf	Sun Aug 24 13:48:12 2014 +0200
     1.3 @@ -0,0 +1,15 @@
     1.4 +##
     1.5 +##  tsocks.conf -- Transparent SOCKS Client Configuration
     1.6 +##
     1.7 +
     1.8 +#   local networks
     1.9 +local       = 127.0.0.0/255.0.0.0
    1.10 +local       = 192.168.0.0/255.255.255.0
    1.11 +local       = 172.16.0.0/255.240.0.0
    1.12 +local       = 10.0.0.0/255.0.0.0
    1.13 +
    1.14 +#   SOCKS proxy server
    1.15 +server      = 127.0.0.1  
    1.16 +server_port = 1080 
    1.17 +server_type = 5
    1.18 +

mercurial