Skip to content

Commit

Permalink
Update _worker.js
Browse files Browse the repository at this point in the history
3K大佬把变量PROXYIP也改成了泰文,现已修正
  • Loading branch information
cmliu committed Jun 3, 2024
1 parent 6e3a4c3 commit f95d373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default {
// uuid_validator(request);
try {
userID = env.UUID || userID;
พร็อกซีไอพี = env.พร็อกซีไอพี || พร็อกซีไอพี;
พร็อกซีไอพี = env.PROXYIP || พร็อกซีไอพี;
dohURL = env.DNS_RESOLVER_URL || dohURL;
let userID_Path = userID;
if (userID.includes(',')) {
Expand Down Expand Up @@ -941,4 +941,4 @@ const cn_hostnames = [
'www.cnblogs.com', // Cnblogs - A Chinese technology blog community
'www.cntv.cn', // CCTV - China Central Television official website
'www.secoo.com', // Secoo - A Chinese luxury e-commerce platform
];
];

0 comments on commit f95d373

Please sign in to comment.