Skip to content

Commit

Permalink
fix: update rule set base URLs to use new proxy format (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
7Sageer committed Jan 10, 2025
1 parent 08a3dbb commit a6506e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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://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/';
export const SITE_RULE_SET_BASE_URL = 'https://gh.sageer.me/https://raw.githubusercontent.com/lyc8503/sing-box-rules/refs/heads/rule-set-geosite/';
export const IP_RULE_SET_BASE_URL = 'https://gh.sageer.me/https://raw.githubusercontent.com/lyc8503/sing-box-rules/refs/heads/rule-set-geoip/';
// Custom rules
export const CUSTOM_RULES = [];
// Unified rule structure
Expand Down

0 comments on commit a6506e2

Please sign in to comment.