diff --git a/src/config.js b/src/config.js index a1dcfccd..2e7cd476 100644 --- a/src/config.js +++ b/src/config.js @@ -1,5 +1,5 @@ -export const SITE_RULE_SET_BASE_URL = 'https://github.com/lyc8503/sing-box-rules/raw/rule-set-geosite/'; -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/'; // Custom rules export const CUSTOM_RULES = []; // Unified rule structure @@ -437,4 +437,4 @@ export const CLASH_CONFIG = { }, proxies: [], 'proxy-groups': [], -}; \ No newline at end of file +};