Skip to content

Commit

Permalink
remove ip
Browse files Browse the repository at this point in the history
  • Loading branch information
Emo-Damage committed Jun 3, 2023
1 parent 870de89 commit 82405ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/worker-vless.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down
4 changes: 4 additions & 0 deletions wrangler.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 82405ac

Please sign in to comment.