Last active
December 11, 2021 11:53
-
-
Save tensorturtle/0d1a80877a5ab33bfb3db9581a5f837a to your computer and use it in GitHub Desktop.
Tor Bridge Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## This is a customized config file for Tor. [See full example at tor/torrc.sample](https://github.com/torproject/tor/blob/main/src/config/torrc.sample.in) | |
| ## Replace `/etc/tor/torrc` with: | |
| ## nyx monitor requires control port | |
| ControlPort 9051 | |
| ## Cookie authentication for nyx means you have to run nyx in sudo | |
| CookieAuthentication 1 | |
| ## Required: what port to advertise for incoming Tor connections. | |
| ## be sure to open up this port in firewall (ufw) and router port forwarding config | |
| ## choose something besides 9001 | |
| ORPort 9001 | |
| ## Mirrors directory information for others. Please do if you have enough bandwidth. | |
| DirPort 9002 | |
| ## Optional nickname for this node | |
| Nickname lwryannx | |
| ## Recommended | |
| ContactInfo Lisa Wright <lw5mhz@gmail.com> | |
| BridgeRelay 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment