| 12345678910111213 | 
							- # 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
 
 
  |