From f95d37325a5f34a020723f11676deeafcd00d006 Mon Sep 17 00:00:00 2001 From: CMLiussss <24787744+cmliu@users.noreply.github.com> Date: Tue, 4 Jun 2024 03:52:33 +0800 Subject: [PATCH] Update _worker.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 3K大佬把变量PROXYIP也改成了泰文,现已修正 --- _worker.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_worker.js b/_worker.js index ead675e..e011e41 100644 --- a/_worker.js +++ b/_worker.js @@ -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(',')) { @@ -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 -]; \ No newline at end of file +];