We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f189547 + c7c1463 commit 54caa04Copy full SHA for 54caa04
src/config.js
@@ -1,5 +1,5 @@
1
-export const SITE_RULE_SET_BASE_URL = 'https://github.com/lyc8503/sing-box-rules/raw/rule-set-geosite/';
2
-export const IP_RULE_SET_BASE_URL = 'https://github.com/lyc8503/sing-box-rules/raw/rule-set-geoip/';
+export const SITE_RULE_SET_BASE_URL = 'https://raw.githubusercontent.com/lyc8503/sing-box-rules/refs/heads/rule-set-geosite/';
+export const IP_RULE_SET_BASE_URL = 'https://raw.githubusercontent.com/lyc8503/sing-box-rules/refs/heads/rule-set-geoip/';
3
// Custom rules
4
export const CUSTOM_RULES = [];
5
// Unified rule structure
@@ -437,4 +437,4 @@ export const CLASH_CONFIG = {
437
},
438
proxies: [],
439
'proxy-groups': [],
440
-};
+};
0 commit comments