tsocks/tsocks.conf

Sun, 24 Aug 2014 13:48:12 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sun, 24 Aug 2014 13:48:12 +0200
changeset 793
07d23947ec91
permissions
-rw-r--r--

Import package vendor original specs for necessary manipulations.

     1 ##
     2 ##  tsocks.conf -- Transparent SOCKS Client Configuration
     3 ##
     5 #   local networks
     6 local       = 127.0.0.0/255.0.0.0
     7 local       = 192.168.0.0/255.255.255.0
     8 local       = 172.16.0.0/255.240.0.0
     9 local       = 10.0.0.0/255.0.0.0
    11 #   SOCKS proxy server
    12 server      = 127.0.0.1  
    13 server_port = 1080 
    14 server_type = 5

mercurial