We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d0561 commit c7c1463Copy full SHA for c7c1463
src/config.js
@@ -1,5 +1,5 @@
1
-export const SITE_RULE_SET_BASE_URL = 'https://github.com/lyc8503/sing-box-rules/tree/rule-set-geosite/';
2
-export const IP_RULE_SET_BASE_URL = 'https://github.com/lyc8503/sing-box-rules/tree/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
0 commit comments