2
0
의 미러 https://git.coolaj86.com/coolaj86/telebit-relay.js.git synced 2026-04-25 10:17:58 +00:00

so commercial

This commit is contained in:
AJ ONeal 2018-06-15 22:50:32 +00:00
부모 2603c322bd
커밋 09b1d5939e
2개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제

1
.gitignore vendored
파일 보기

@ -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": ""
}
}