Skip to content

Commit eec0132

Browse files
committed
feat: 移除proxyhostsURL的初始值设置
1 parent c87222c commit eec0132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ let FileName = atob('ZWRnZXR1bm5lbA==');
3434
let BotToken;
3535
let ChatID;
3636
let proxyhosts = [];
37-
let proxyhostsURL = atob('aHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL2NtbGl1L2NtbGl1L21haW4vUHJveHlIT1NU');
37+
let proxyhostsURL;
3838
let 请求CF反代IP = 'false';
3939
const httpPorts = ["8080", "8880", "2052", "2082", "2086", "2095"];
4040
let httpsPorts = ["2053", "2083", "2087", "2096", "8443"];

0 commit comments

Comments
 (0)