tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit f557680aa9582ac56dd8a8e25fce55503c7837c8
parent 88f9b123d6d929d2f783ba7823b7c289c09d83e0
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue,  6 Aug 2019 13:12:42 -0400

Merge remote-tracking branch 'tor-github/pr/1203'

Diffstat:
Msrc/config/torrc.minimal.in-staging | 3+++
Msrc/config/torrc.sample.in | 3+++
2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/config/torrc.minimal.in-staging b/src/config/torrc.minimal.in-staging @@ -88,6 +88,9 @@ ## yourself to make this work. #ORPort 443 NoListen #ORPort 127.0.0.1:9090 NoAdvertise +## If you want to listen on IPv6 your numeric address must be explictly +## between square brackets as follows. You must also listen on IPv4. +#ORPort [2001:DB8::1]:9050 ## The IP address or full DNS name for incoming connections to your ## relay. Leave commented out and Tor will guess. diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in @@ -88,6 +88,9 @@ ## yourself to make this work. #ORPort 443 NoListen #ORPort 127.0.0.1:9090 NoAdvertise +## If you want to listen on IPv6 your numeric address must be explictly +## between square brackets as follows. You must also listen on IPv4. +#ORPort [2001:DB8::1]:9050 ## The IP address or full DNS name for incoming connections to your ## relay. Leave commented out and Tor will guess.