mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Add context to HTTP handlers, attempt to support localhost Broker.
Seems unlikely to work due to dev_appserver single inflight request limitation
This commit is contained in:
parent
4acff9983c
commit
b04d1f67fb
4 changed files with 110 additions and 35 deletions
7
client/torrc-localhost
Normal file
7
client/torrc-localhost
Normal file
|
@ -0,0 +1,7 @@
|
|||
UseBridges 1
|
||||
DataDirectory datadir
|
||||
|
||||
ClientTransportPlugin snowflake exec ./client \
|
||||
-url http://localhost:8080/ \
|
||||
|
||||
Bridge snowflake 0.0.3.0:1
|
Loading…
Add table
Add a link
Reference in a new issue