Markdown
# Neg9 Tor Servers Neg9 runs a handful of Tor servers (Relays, Bridges) - below is their information. If you run a server and believe it should be affiliated with Neg9, add it's hash here and include the hashes in the MyFamily parameter of your server. ## Host Information | | | | | |-|-|-|-| | Name | Location | Maintainer | Fingerprint | | lemon | Metrix Create:Space - Seattle, WA | [craSH](/craSH) | B0BC5AD342E356FE3867D2B62ADFB69A639E7926 | | bucket | Seattle, WA | - | 8203F733E99D5AFA3C19A8822442AE4BF9FAC987 | | redoubt | Seattle, WA | [craSH](/craSH) | 0CE3066DA57A6D3C1225CC3B63E38FB5CFB0C6BC | | damnation.neg9.org | Sonic.net - Santa Rosa, CA | [dyn](/dyn) | E5E56623645685B43F21268040CDC6577EB93F65 | | iqusion | Exetel - Melbourne, Australia | mitra | D659C517CA369734699C7214059B6474783C029F | ## Configuration guidelines / examples Talk about useful configuration tricks here, and post examples for particular deployments. ### lemon.metrixcreatespace.com configuration This is the configuration that lemon is running, which shouldn't result in much or any ISP complaints and contributes DNS (this is very helpful) and SSH exits for the Tor network, as well as general traffic relaying. ``` SocksPort 9050 # what port to open for local application connections SocksListenAddress 127.0.0.1 # accept connections only from localhost DataDirectory /var/lib/tor ControlPort 9051 ORPort 443 ORListenAddress 0.0.0.0:443 Nickname MetrixLemon RelayBandwidthRate 2 MB RelayBandwidthBurst 4 MB ContactInfo 8456C61D4BB2762A6540 4E7AADCF981112A3F2E0 <crash at neg9 dot org> DirPort 80 # what port to advertise for directory connections DirListenAddress 0.0.0.0:80 DirPortFrontPage /etc/tor/exit-notice.html MyFamily $E5E56623645685B43F21268040CDC6577EB93F65,$8203F733E99D5AFA3C19A8822442AE4BF9FAC987,$0CE3066DA57A6D3C1225CC3B63E38FB5CFB0C6BC ExitPolicy accept *:22 ExitPolicy accept *:53 ExitPolicy reject *:* ```
Preview