so commercial
This commit is contained in:
parent
2603c322bd
commit
09b1d5939e
|
@ -1,3 +1,4 @@
|
|||
emails
|
||||
node_modules.*
|
||||
include
|
||||
bin/node
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
{ "terms_of_service": ":hostname/tos/"
|
||||
, "api_host": "api.:hostname"
|
||||
, "pair_request": {
|
||||
"method": "POST"
|
||||
, "pathname": "api/telebit.cloud/pair_request"
|
||||
}
|
||||
, "tunnel": {
|
||||
"method": "wss"
|
||||
, "pathname": ""
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue