mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Enable tls websockets on the server
* Code lifted from meek-server
This commit is contained in:
parent
7e9066a29d
commit
5cd2a226aa
4 changed files with 84 additions and 12 deletions
8
server/torrc
Normal file
8
server/torrc
Normal file
|
@ -0,0 +1,8 @@
|
|||
BridgeRelay 1
|
||||
ORPort 9001
|
||||
ExtORPort auto
|
||||
SocksPort 0
|
||||
ExitPolicy reject *:*
|
||||
DataDirectory datadir
|
||||
|
||||
ServerTransportPlugin snowflake exec ./server --disable-tls --log snowflake.log --port 9902
|
Loading…
Add table
Add a link
Reference in a new issue