Always nul-terminate the result passed to evdns_server_add_ptr_reply
[tor/rransom.git] / contrib / tor-tsocks.conf
blob3dddaddbce10aa1713dde3f750c8f194944dfd01
1 # This is the configuration for libtsocks (transparent socks) for use
2 # with tor, which is providing a socks server on port 9050 by default.
4 # See tsocks.conf(5) and torify(1) manpages.
6 server = 127.0.0.1
7 server_port = 9050
9 # We specify local as 127.0.0.0 - 127.191.255.255 because the
10 # Tor MAPADDRESS virtual IP range is the rest of net 127.
11 local = 127.0.0.0/255.128.0.0
12 local = 127.128.0.0/255.192.0.0