Skip to content

Commit

Permalink
Build v2.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bia-pain-bache committed Oct 14, 2024
1 parent d1eb2d6 commit f6dad7d
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 84 deletions.
157 changes: 74 additions & 83 deletions _worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const defaultHttpsPorts = ['443', '8443', '2053', '2083', '2087', '2096'];
let proxyIP = proxyIPs[Math.floor(Math.random() * proxyIPs.length)];
let dohURL = 'https://cloudflare-dns.com/dns-query';
let hashPassword;
let panelVersion = '2.6.8';
let panelVersion = '2.6.9';

export default {
/**
Expand Down

0 comments on commit f6dad7d

Please sign in to comment.