Advertisement
squares

TOR Config

Mar 15th, 2015
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. # If non-zero, try to write to disk less frequently than we would otherwise.
  2. ExitNodes {US}
  3. AvoidDiskWrites 1
  4. # Where to send logging messages. Format is minSeverity[-maxSeverity]
  5. # (stderr|stdout|syslog|file FILENAME).
  6. Log notice stdout
  7. # Bind to this address to listen to connections from SOCKS-speaking
  8. # applications.
  9. SocksPort 9150
  10. ControlPort 9151
  11. CookieAuthentication 1
  12. ## fteproxy configuration
  13. ClientTransportPlugin fte exec TorBrowser\Tor\PluggableTransports\fteproxy --managed
  14.  
  15. ## obfsproxy configuration
  16. ClientTransportPlugin obfs2,obfs3,scramblesuit exec TorBrowser\Tor\PluggableTransports\obfsproxy managed
  17.  
  18. ## flash proxy configuration
  19. #
  20. # Change the second number here (9000) to the number of a port that can
  21. # receive connections from the Internet (the port for which you
  22. # configured port forwarding).
  23. ClientTransportPlugin flashproxy exec TorBrowser\Tor\PluggableTransports\flashproxy-client --register :0 :9000
  24.  
  25. ## meek configuration
  26. ClientTransportPlugin meek exec TorBrowser\Tor\PluggableTransports\terminateprocess-buffer TorBrowser\Tor\PluggableTransports\meek-client-torbrowser --exit-on-stdin-eof -- TorBrowser\Tor\PluggableTransports\meek-client
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement