Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cmliu committed Sep 11, 2024
1 parent d2632ff commit 8f337c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _worker.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions _worker.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -893,9 +893,8 @@ function subAddresses(host,pw,userAgent,newAddressesapi,newAddressescsv) {
break;
}
}
} else if (port == "-1") {
port = "443";
}
if (port == "-1") port = "443";

let 伪装域名 = host ;
let 最终路径 = '/?ed=2560' ;
Expand Down

0 comments on commit 8f337c8

Please sign in to comment.