diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-06-14 03:07:02 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-14 03:07:02 +0800 |
commit | 0e4a5e2a74b3077b1108502c8d263cb85ae02ed0 (patch) | |
tree | 1a88adf7bbbb1a19ff95502d589c187795415e6f | |
parent | 4f47b123f26d356661702b3d77c5c246be8620d0 (diff) | |
download | crupest-0e4a5e2a74b3077b1108502c8d263cb85ae02ed0.tar.gz crupest-0e4a5e2a74b3077b1108502c8d263cb85ae02ed0.tar.bz2 crupest-0e4a5e2a74b3077b1108502c8d263cb85ae02ed0.zip |
config: fix magic need-rule.
-rw-r--r-- | store/config/mihomo/need-rule | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/store/config/mihomo/need-rule b/store/config/mihomo/need-rule index b785f0f..7ffcf49 100644 --- a/store/config/mihomo/need-rule +++ b/store/config/mihomo/need-rule @@ -1,4 +1,4 @@ -IP-CIDR,185.199.108.153/32,node-select -IP-CIDR,185.199.109.153/32,node-select -IP-CIDR,185.199.110.153/32,node-select -IP-CIDR,185.199.111.153/32,node-select
\ No newline at end of file +IP-CIDR,185.199.108.153/32 +IP-CIDR,185.199.109.153/32 +IP-CIDR,185.199.110.153/32 +IP-CIDR,185.199.111.153/32
\ No newline at end of file |