From a82fe436eecd3c20d04c6519507f41ab8a747b76 Mon Sep 17 00:00:00 2001 From: Misaka-blog Date: Wed, 17 Apr 2024 11:45:40 +0800 Subject: [PATCH] fix --- _worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_worker.js b/_worker.js index a4fdc3a..b72213a 100644 --- a/_worker.js +++ b/_worker.js @@ -31,7 +31,7 @@ export default { */ async fetch(request, env, ctx) { try { - userID = env.UUID || userID; + userID = userID || env.UUID; proxyIP = env.PROXYIP || proxyIP; dohURL = env.DNS_RESOLVER_URL || dohURL; nodeId = env.NODE_ID || nodeId;