Enable tls websockets on the server

* Code lifted from meek-server
This commit is contained in:
Arlo Breault 2016-12-19 14:57:46 -08:00
parent 7e9066a29d
commit 5cd2a226aa
4 changed files with 84 additions and 12 deletions

8
server/torrc Normal file
View 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