Remove the --port option from WebSocket server.

Recommend ServerTransportListenAddr in torrc instead.
This commit is contained in:
David Fifield 2017-01-18 19:33:07 -08:00
parent 2a9126a158
commit 3e78251715
2 changed files with 4 additions and 11 deletions

View file

@ -5,4 +5,5 @@ SocksPort 0
ExitPolicy reject *:*
DataDirectory datadir
ServerTransportPlugin snowflake exec ./server --disable-tls --log snowflake.log --port 9902
ServerTransportListenAddr snowflake 0.0.0.0:9902
ServerTransportPlugin snowflake exec ./server --disable-tls --log snowflake.log