mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 14:11:23 -04:00
Initialize snowflake instance with a config
This commit is contained in:
parent
edbbea1d03
commit
2d8a1690ba
11 changed files with 125 additions and 113 deletions
|
@ -11,6 +11,7 @@ FILES = [
|
|||
'broker.coffee'
|
||||
'ui.coffee'
|
||||
'snowflake.coffee'
|
||||
'config.coffee'
|
||||
]
|
||||
FILES_SPEC = [
|
||||
'spec/util.spec.coffee'
|
||||
|
@ -19,6 +20,7 @@ FILES_SPEC = [
|
|||
'spec/proxypair.spec.coffee'
|
||||
'spec/snowflake.spec.coffee'
|
||||
'spec/websocket.spec.coffee'
|
||||
'spec/init.spec.coffee'
|
||||
]
|
||||
FILES_ALL = FILES.concat FILES_SPEC
|
||||
OUTFILE = 'snowflake.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue