Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Anti-censorship
Pluggable Transports
Snowflake
Commits
138d2b53
Commit
138d2b53
authored
Jan 20, 2017
by
David Fifield
Browse files
Use websocket relay at
wss://snowflake.bamsoftware.com:443
.
parent
1b1fb37a
Changes
2
Hide whitespace changes
Inline
Side-by-side
proxy/snowflake.coffee
View file @
138d2b53
...
...
@@ -9,8 +9,8 @@ this must always act as the answerer.
###
DEFAULT_BROKER
=
'snowflake-reg.appspot.com'
DEFAULT_RELAY
=
host
:
'
192.81.135.242
'
port
:
9902
host
:
'
snowflake.bamsoftware.com
'
port
:
443
COPY_PASTE_ENABLED
=
false
COOKIE_NAME
=
"snowflake-allow"
...
...
proxy/websocket.coffee
View file @
138d2b53
...
...
@@ -46,7 +46,7 @@ buildUrl = (scheme, host, port, path, params) ->
parts
.
join
''
makeWebsocket
=
(
addr
)
->
url
=
buildUrl
'ws'
,
addr
.
host
,
addr
.
port
,
'/'
url
=
buildUrl
'ws
s
'
,
addr
.
host
,
addr
.
port
,
'/'
ws
=
new
WebSocket
url
###
'User agents can use this as a hint for how to handle incoming binary data: if
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment