tsocks/tsocks.conf

Mon, 25 Aug 2014 19:07:19 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 25 Aug 2014 19:07:19 +0200
changeset 796
02101011a9bc
permissions
-rw-r--r--

Correct process identification writing of PID file on -P parameter.

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