Update torrc.bridge exit policy (#393)

According to https://www.torproject.org/docs/bridges#RunningABridge
This commit is contained in:
Fabian Beuke 2018-07-08 16:02:46 +02:00 committed by Jess Frazelle
parent 8351a72c8b
commit 1664d28d2d

View File

@ -178,7 +178,7 @@ ContactInfo ${CONTACT_GPG_FINGERPRINT} ${CONTACT_NAME} ${CONTACT_EMAIL}
## ##
#ExitPolicy accept *:6660-6667,reject *:* # allow irc ports but no more #ExitPolicy accept *:6660-6667,reject *:* # allow irc ports but no more
#ExitPolicy accept *:119 # accept nntp as well as default exit policy #ExitPolicy accept *:119 # accept nntp as well as default exit policy
#ExitPolicy reject *:* # no exits allowed ExitPolicy reject *:* # no exits allowed
## Bridge relays (or "bridges") are Tor relays that aren't listed in the ## Bridge relays (or "bridges") are Tor relays that aren't listed in the
## main directory. Since there is no complete public list of them, even an ## main directory. Since there is no complete public list of them, even an