This commit is contained in:
zizifn
2023-01-26 16:54:54 +08:00
committed by zizifn
parent 4ea2c57295
commit 87fe4655d6
3 changed files with 7 additions and 1 deletions

View File

@@ -112,3 +112,7 @@ addEventListener('fetch', (event) => {
## 不支持 VMESS
VMESS 协议过于复杂,并且所有 edge 平台都支持 HTTPS 所以无需 VMESS.
# 反馈与交流
如果有问题,请使用 https://t.me/edgetunnel 进行交流。

View File

@@ -13,7 +13,6 @@ import {
} from 'vless-js';
import { connect, Socket } from 'node:net';
import { Duplex, Readable } from 'stream';
import { resolve } from 'path';
const port = process.env.PORT;
const userID = process.env.UUID || '';

3
package-lock.json generated
View File

@@ -78,6 +78,9 @@
"vite-tsconfig-paths": "^4.0.1",
"vitest": "^0.25.1",
"wrangler": "^2.1.14"
},
"engines": {
"node": "^18"
}
},
"node_modules/@ampproject/remapping": {