mirror of
https://git.coolaj86.com/coolaj86/telebit-relay.js.git
synced 2025-04-22 03:20:37 +00:00
so commercial
This commit is contained in:
parent
2603c322bd
commit
09b1d5939e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
|
emails
|
||||||
node_modules.*
|
node_modules.*
|
||||||
include
|
include
|
||||||
bin/node
|
bin/node
|
||||||
|
11
lib/extensions/admin/_apis/telebit.cloud/index.json
Normal file
11
lib/extensions/admin/_apis/telebit.cloud/index.json
Normal file
@ -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…
x
Reference in New Issue
Block a user