mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-16 02:03:47 -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
10
rendezvous/app.yaml
Normal file
10
rendezvous/app.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
# override this with appcfg.py -A $YOUR_APP_ID
|
||||
application: snowflake-reg
|
||||
version: 1
|
||||
runtime: go
|
||||
api_version: go1
|
||||
|
||||
handlers:
|
||||
- url: /.*
|
||||
script: _go_app
|
||||
secure: always
|
Loading…
Add table
Add a link
Reference in a new issue