Skip to content

Commit f95d373

Browse files
authored
Update _worker.js
3K大佬把变量PROXYIP也改成了泰文,现已修正
1 parent 6e3a4c3 commit f95d373

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_worker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default {
3131
// uuid_validator(request);
3232
try {
3333
userID = env.UUID || userID;
34-
พร็อกซีไอพี = env.พร็อกซีไอพี || พร็อกซีไอพี;
34+
พร็อกซีไอพี = env.PROXYIP || พร็อกซีไอพี;
3535
dohURL = env.DNS_RESOLVER_URL || dohURL;
3636
let userID_Path = userID;
3737
if (userID.includes(',')) {
@@ -941,4 +941,4 @@ const cn_hostnames = [
941941
'www.cnblogs.com', // Cnblogs - A Chinese technology blog community
942942
'www.cntv.cn', // CCTV - China Central Television official website
943943
'www.secoo.com', // Secoo - A Chinese luxury e-commerce platform
944-
];
944+
];

0 commit comments

Comments
 (0)