I'm trying to run a Tor Relay node on my router (Asus merlin) with the following configuration:
But what I activate it, all my outbound (and possibly inbound traffic) is blocked (no internet).
How do I set up a Tor Relay ONLY (I don't need/want a Tor Proxy - in other words, I want to contribute to Tor community, but currently don't need to consume its resources) properly?
Code:
Nickname BugiRelay
ContactInfo John Doe <john.doe@example.com>
ORPort auto
ExitRelay 0
SocksPort 0
ControlSocket 0
BridgeRelay 1
ExitPolicy reject *:*
Log notice file /tmp/torlog
#AutomapHostsOnResolve 1
RunAsDaemon 1
DataDirectory /tmp/.tordb
AvoidDiskWrites 1
RelayBandwidthRate 2048 KB
RelayBandwidthBurst 2048 KB
User Bugi
But what I activate it, all my outbound (and possibly inbound traffic) is blocked (no internet).
How do I set up a Tor Relay ONLY (I don't need/want a Tor Proxy - in other words, I want to contribute to Tor community, but currently don't need to consume its resources) properly?