We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3a4c3 commit f95d373Copy full SHA for f95d373
_worker.js
@@ -31,7 +31,7 @@ export default {
31
// uuid_validator(request);
32
try {
33
userID = env.UUID || userID;
34
- พร็อกซีไอพี = env.พร็อกซีไอพี || พร็อกซีไอพี;
+ พร็อกซีไอพี = env.PROXYIP || พร็อกซีไอพี;
35
dohURL = env.DNS_RESOLVER_URL || dohURL;
36
let userID_Path = userID;
37
if (userID.includes(',')) {
@@ -941,4 +941,4 @@ const cn_hostnames = [
941
'www.cnblogs.com', // Cnblogs - A Chinese technology blog community
942
'www.cntv.cn', // CCTV - China Central Television official website
943
'www.secoo.com', // Secoo - A Chinese luxury e-commerce platform
944
-];
+];
0 commit comments