From 1664d28d2dc5e4f21594713120af63f307bbe32f Mon Sep 17 00:00:00 2001 From: Fabian Beuke Date: Sun, 8 Jul 2018 16:02:46 +0200 Subject: [PATCH] Update torrc.bridge exit policy (#393) According to https://www.torproject.org/docs/bridges#RunningABridge --- tor-relay/torrc.bridge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tor-relay/torrc.bridge b/tor-relay/torrc.bridge index 6d85d2d..a77ef0d 100644 --- a/tor-relay/torrc.bridge +++ b/tor-relay/torrc.bridge @@ -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 *: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 ## main directory. Since there is no complete public list of them, even an