From 1a66de8c6b463a08c0b3875159a37d800ffd6bfa Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Sat, 30 Dec 2017 11:48:03 +0000 Subject: [PATCH] Switch to port 443 Helps people with restrictive outbound firewalls. --- usr/local/etc/tor/torrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/etc/tor/torrc b/usr/local/etc/tor/torrc index c10d82d..88065c6 100644 --- a/usr/local/etc/tor/torrc +++ b/usr/local/etc/tor/torrc @@ -81,7 +81,7 @@ ControlPort unix:/var/run/tor/control GroupWritable ## See https://www.torproject.org/docs/tor-doc-relay for details. ## Required: what port to advertise for incoming Tor connections. -ORPort 9001 +ORPort 443 ## If you want to listen on a port other than the one advertised in ## ORPort (e.g. to advertise 443 but bind to 9090), you can do it as ## follows. You'll need to do ipchains or other port forwarding