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.

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

mercurial