Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
qq1012827513 authored Nov 27, 2024
1 parent f5d0561 commit c7c1463
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://github.com/lyc8503/sing-box-rules/tree/rule-set-geosite/';
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/';
// Custom rules
export const CUSTOM_RULES = [];
// Unified rule structure
Expand Down

0 comments on commit c7c1463

Please sign in to comment.