Skip to content

Instantly share code, notes, and snippets.

@AliMilani
Last active March 7, 2022 14:25
Show Gist options
  • Save AliMilani/2baccea4f042d0a79a19bff4ee11d243 to your computer and use it in GitHub Desktop.
Save AliMilani/2baccea4f042d0a79a19bff4ee11d243 to your computer and use it in GitHub Desktop.
simple torrc for tor-win64 in https://dist.torproject.org/torbrowser
# torrc-defaults for Tor Browser
#
# DO NOT EDIT THIS FILE
#
# This file is distributed with Tor Browser and SHOULD NOT be modified (it
# may be overwritten during the next Tor Browser update). To customize your
# Tor configuration, shut down Tor Browser and edit the torrc file.
#
# If non-zero, try to write to disk less frequently than we would otherwise.
AvoidDiskWrites 1
# Where to send logging messages. Format is minSeverity[-maxSeverity]
# (stderr|stdout|syslog|file FILENAME).
Log notice stdout
CookieAuthentication 1
DormantCanceledByStartup 1
## obfs4proxy configuration
ClientTransportPlugin meek_lite,obfs2,obfs3,obfs4,scramblesuit exec TorBrowser\Tor\PluggableTransports\obfs4proxy.exe
## snowflake configuration
ClientTransportPlugin snowflake exec TorBrowser\Tor\PluggableTransports\snowflake-client.exe -url https://snowflake-broker.torproject.net.global.prod.fastly.net/ -front cdn.sstatic.net -ice stun:stun.l.google.com:19302,stun:stun.voip.blackberry.com:3478,stun:stun.altar.com.pl:3478,stun:stun.antisip.com:3478,stun:stun.bluesip.net:3478,stun:stun.dus.net:3478,stun:stun.epygi.com:3478,stun:stun.sonetel.com:3478,stun:stun.sonetel.net:3478,stun:stun.stunprotocol.org:3478,stun:stun.uls.co.za:3478,stun:stun.voipgate.com:3478,stun:stun.voys.nl:3478
## change ip after 10 seconds
MaxCircuitDirtiness 1000
## socks5 proxy port
SocksPort 9050
## http proxy port
HTTPTunnelPort 9080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment