Hi!
I want to have port 443 advertised but listen on port 9001. My router then forwards 443->9001 to the machine tor is running on.
It works with this: ORport 433 ORListenAddress 0.0.0.0:9001
However I thought this is deprecated and I rather use:
ORport 443 NoListen ORPort 0.0.0.0:9001 NoAdvertise
The latter however does not seem to work. Arm for example still errors "binding failed" and I see no incoming connections.
Is this a bug?
Thanks.
SE