Skip to content

Commit

Permalink
Revert "Switch to port 443"
Browse files Browse the repository at this point in the history
This reverts commit 1a66de8.

This is because hibernation unbinds from the port, but the daemon has
already dropped privileges so it can't reattach.

I plan to fix this eventually, but for now just use a port >1024.
  • Loading branch information
strugee committed Jan 5, 2018
1 parent ee1202b commit 62a8913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/local/etc/tor/torrc
Original file line number Diff line number Diff line change
Expand Up @@ -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 443
ORPort 9001
## 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
Expand Down

0 comments on commit 62a8913

Please sign in to comment.