mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Remove the --port option from WebSocket server.
Recommend ServerTransportListenAddr in torrc instead.
This commit is contained in:
parent
2a9126a158
commit
3e78251715
2 changed files with 4 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue