- # 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
- local = 127.0.0.0/255.0.0.0
|