mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-24 09:08:16 +08:00
add tg
This commit is contained in:
@@ -112,3 +112,7 @@ addEventListener('fetch', (event) => {
|
|||||||
## 不支持 VMESS
|
## 不支持 VMESS
|
||||||
|
|
||||||
VMESS 协议过于复杂,并且所有 edge 平台都支持 HTTPS, 所以无需 VMESS.
|
VMESS 协议过于复杂,并且所有 edge 平台都支持 HTTPS, 所以无需 VMESS.
|
||||||
|
|
||||||
|
# 反馈与交流
|
||||||
|
|
||||||
|
如果有问题,请使用 https://t.me/edgetunnel 进行交流。
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ import {
|
|||||||
} from 'vless-js';
|
} from 'vless-js';
|
||||||
import { connect, Socket } from 'node:net';
|
import { connect, Socket } from 'node:net';
|
||||||
import { Duplex, Readable } from 'stream';
|
import { Duplex, Readable } from 'stream';
|
||||||
import { resolve } from 'path';
|
|
||||||
|
|
||||||
const port = process.env.PORT;
|
const port = process.env.PORT;
|
||||||
const userID = process.env.UUID || '';
|
const userID = process.env.UUID || '';
|
||||||
|
|||||||
3
package-lock.json
generated
3
package-lock.json
generated
@@ -78,6 +78,9 @@
|
|||||||
"vite-tsconfig-paths": "^4.0.1",
|
"vite-tsconfig-paths": "^4.0.1",
|
||||||
"vitest": "^0.25.1",
|
"vitest": "^0.25.1",
|
||||||
"wrangler": "^2.1.14"
|
"wrangler": "^2.1.14"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": "^18"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@ampproject/remapping": {
|
"node_modules/@ampproject/remapping": {
|
||||||
|
|||||||
Reference in New Issue
Block a user