aboutsummaryrefslogtreecommitdiff
path: root/contrib/tor-tsocks.conf
blob: 3dddaddbce10aa1713dde3f750c8f194944dfd01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This is the configuration for libtsocks (transparent socks) for use
# with tor, which is providing a socks server on port 9050 by default.
#
# See tsocks.conf(5) and torify(1) manpages.

server = 127.0.0.1
server_port = 9050

# We specify local as 127.0.0.0 - 127.191.255.255 because the
# Tor MAPADDRESS virtual IP range is the rest of net 127.
local = 127.0.0.0/255.128.0.0
local = 127.128.0.0/255.192.0.0