Skip to content

Commit

Permalink
Merge pull request #63 from qq1012827513/main
Browse files Browse the repository at this point in the history
fix: update BASE_URL in config.js
  • Loading branch information
7Sageer authored Nov 27, 2024
2 parents f189547 + c7c1463 commit 54caa04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -437,4 +437,4 @@ export const CLASH_CONFIG = {
},
proxies: [],
'proxy-groups': [],
};
};

0 comments on commit 54caa04

Please sign in to comment.