Update the "Running a Bridge" section of the website
Tom Ritter reported that the information at the bottom of https://www.torproject.org/docs/bridges.html.en#RunningABridge on running a Bridge relay is very out-of-date. We should probably:
-
Move it to a separate page, because it's intended for a different audience than the rest of the page.
-
Explain that operators should be running Tor>=0.2.5 if they want to offer pluggable transports.
-
Update it to explain the minimum requirements for running an obfs4proxy bridge, and give an example torrc like:
ORPort 1.1.1.1:62419 ORAddress [2001::f00]:62420 ExtORPort auto RunAsDaemon 1 ExitPolicy reject :
BridgeRelay 1 ServerTransportPlugin obfs4 exec /usr/bin/obfs4proxy ServerTransportListenAddr 1.1.1.1:80 ServerTransportPlugin obfs3 exec /usr/bin/obfs4proxy ServerTransportListenAddr 1.1.1.1:443
(Assuming 1PFH8NPWu2g6TdRQsirTPGpbnPBhkzQMvM is still noisetor's BTC
https://oniontip.com/#adding-relay)
donation address. SeeContactInfo Bridge-Operator admin@tor.noisebridge.net 1PFH8NPWu2g6TdRQsirTPGpbnPBhkzQMvM Nickname noisebridgeliteraly MyFamily
CellStatistics 1 DirReqStatistics 1 EntryStatistics 1 ConnDirectionStatistics 1 ExtraInfoStatistics 1
4) Explain how people can get/construct their bridge lines in order to test their bridge.