remove ip

This commit is contained in:
Emo-Damage
2023-06-03 19:26:13 +08:00
parent 870de893bc
commit 82405ac172
2 changed files with 5 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ const userID = 'd342d11e-d424-4583-b36e-524ab1f0afa4';
// 1. 如果这个你不填写,并且你客户端的 IP 不是 China IP那么就自动取你的客户端IP。有一定概率会失败。
// 2. 如果你指定忽略一切条件用你指定的IP。
let proxyIP = '192.203.230.111';
let proxyIP = '';
if (!isValidUUID(userID)) {

View File

@@ -1,6 +1,10 @@
name = "cf-worker-ws-dev" # todo
#name = "cf-worker-connect-test" # todo
#main = "test/worker/cf-cdn-cgi-trace2.js"
#main = "test/worker/worker-connect-test.js"
main = "src/worker-vless.js"
compatibility_date = "2023-05-26"
[vars]