mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
Use 192.81.135.242:9902 as the default relay.
This is the relay that reports using the transport name "snowflake". https://bugs.torproject.org/18627
This commit is contained in:
parent
f024f6b832
commit
57c0724491
3 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ To run locally, either:
|
||||||
### Parameters
|
### Parameters
|
||||||
|
|
||||||
With no parameters,
|
With no parameters,
|
||||||
snowflake uses the default relay `192.81.135.242:9901` and
|
snowflake uses the default relay `192.81.135.242:9902` and
|
||||||
uses automatic signaling with the default broker at
|
uses automatic signaling with the default broker at
|
||||||
`https://snowflake-reg.appspot.com/`.
|
`https://snowflake-reg.appspot.com/`.
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ this must always act as the answerer.
|
||||||
DEFAULT_BROKER = 'snowflake-reg.appspot.com'
|
DEFAULT_BROKER = 'snowflake-reg.appspot.com'
|
||||||
DEFAULT_RELAY =
|
DEFAULT_RELAY =
|
||||||
host: '192.81.135.242'
|
host: '192.81.135.242'
|
||||||
port: 9901
|
port: 9902
|
||||||
COPY_PASTE_ENABLED = false
|
COPY_PASTE_ENABLED = false
|
||||||
|
|
||||||
DEBUG = false
|
DEBUG = false
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
//
|
//
|
||||||
// Usage in torrc:
|
// Usage in torrc:
|
||||||
// ExtORPort auto
|
// ExtORPort auto
|
||||||
// ServerTransportPlugin snowflake exec server --port 9901
|
// ServerTransportPlugin snowflake exec server --port 9902
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue