Skip to content

Commit 54caa04

Browse files
authored
Merge pull request #63 from qq1012827513/main
fix: update BASE_URL in config.js
2 parents f189547 + c7c1463 commit 54caa04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -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/';
1+
export const SITE_RULE_SET_BASE_URL = 'https://raw.githubusercontent.com/lyc8503/sing-box-rules/refs/heads/rule-set-geosite/';
2+
export const IP_RULE_SET_BASE_URL = 'https://raw.githubusercontent.com/lyc8503/sing-box-rules/refs/heads/rule-set-geoip/';
33
// Custom rules
44
export const CUSTOM_RULES = [];
55
// Unified rule structure
@@ -437,4 +437,4 @@ export const CLASH_CONFIG = {
437437
},
438438
proxies: [],
439439
'proxy-groups': [],
440-
};
440+
};

0 commit comments

Comments
 (0)