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 73714ba commit 805565e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions _worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -1722,9 +1722,8 @@ function subAddresses(host,UUID,noTLS,newAddressesapi,newAddressescsv,newAddress
break;
}
}
} else if (port == "-1") {
port = "80";
}
if (port == "-1") port = "80";

let 伪装域名 = host ;
let 最终路径 = '/?ed=2560' ;
Expand Down Expand Up @@ -1781,9 +1780,8 @@ function subAddresses(host,UUID,noTLS,newAddressesapi,newAddressescsv,newAddress
break;
}
}
} else if (port == "-1") {
port = "443";
}
if (port == "-1") port = "443";

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

0 comments on commit 805565e

Please sign in to comment.