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:
David Fifield 2016-03-27 12:49:20 -07:00
parent f024f6b832
commit 57c0724491
3 changed files with 3 additions and 3 deletions

View file

@ -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/`.

View file

@ -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

View file

@ -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 (