On 17.04.2020 10:03, ylms wrote:
Hello all
I just set up a bridge and want to make sure I didn't forget anything.
//the torrc I use
Nickname FancyNick
ContactInfo see https://example.com/torcontact/
ControlPort 9051
ORPort 443
+ ORPort [YOUR:V6:IP]:443
## If you have multiple network interfaces, specify one for outgoing
traffic to use.
OutboundBindAddress IPv4
OutboundBindAddress [YOUR:IP:V6]
SocksPort 0
BridgeRelay 1
## uncomment if you don't want torproject.org to know your bridge
#PublishServerDescriptor 0
ServerTransportPlugin obfs4 exec /usr/bin/obfs4proxy
ServerTransportListenAddr obfs4 0.0.0.0:80
ExtORPort auto
CookieAuthentication 1
ExitPolicy reject *:*
ExitPolicy reject6 *:*
ClientUseIPv6 1
^^^^Not used. For Clients.
#%include /etc/tor/torrc_family
^^^Not needed for Tor Bridge
//End of torrc