mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
README and documentation for server.
This commit is contained in:
parent
1f8be86a01
commit
a936fc7e9b
3 changed files with 68 additions and 13 deletions
|
@ -1,11 +1,6 @@
|
|||
// Snowflake-specific websocket server plugin. This is the same as the websocket
|
||||
// server used by flash proxy, except that it reports the transport name as
|
||||
// "snowflake" and does not forward the remote address to the ExtORPort.
|
||||
//
|
||||
// Usage in torrc:
|
||||
// ExtORPort auto
|
||||
// ServerTransportListenAddr snowflake 0.0.0.0:9902
|
||||
// ServerTransportPlugin snowflake exec server
|
||||
// Snowflake-specific websocket server plugin. It reports the transport name as
|
||||
// "snowflake" and does not forward the (unknown) client address to the
|
||||
// ExtORPort.
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue