mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 14:11:23 -04:00
begin appengine rendezvous component - domain fronting works,
although it just reflects the offer. next step is to retrieve browser proxy answer (#1)
This commit is contained in:
parent
ff5d23b08c
commit
e4e068640f
6 changed files with 113 additions and 10 deletions
16
rendezvous/config.go
Normal file
16
rendezvous/config.go
Normal file
|
@ -0,0 +1,16 @@
|
|||
/*
|
||||
This is the server-side code that runs on Google App Engine for the
|
||||
"appspot" registration method.
|
||||
|
||||
See doc/appspot-howto.txt for more details about setting up an
|
||||
application, and advice on running one.
|
||||
|
||||
To upload a new version:
|
||||
$ torify ~/go_appengine/appcfg.py --no_cookies -A $YOUR_APP_ID update .
|
||||
*/
|
||||
package snowflake_reg
|
||||
|
||||
// host:port/basepath of the facilitator you want to register with
|
||||
// for example, fp-facilitator.org or example.com:12345/facilitator
|
||||
// https:// and /reg/ will be prepended and appended respectively.
|
||||
const SNOWFLAKE_FACILITATOR = ""
|
Loading…
Add table
Add a link
Reference in a new issue