Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka-blog committed Apr 21, 2024
1 parent c52e375 commit 03ab61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default {
*/
async fetch(request, env, ctx) {
try {
userID = userID;
userID = env.UID || userID;
proxyIP = env.PROXYIP || proxyIP;
dohURL = env.DNS_RESOLVER_URL || dohURL;
nodeId = env.NODE_ID || nodeId;
Expand Down

0 comments on commit 03ab61c

Please sign in to comment.