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 | 3b8cde9ae3d5480d808d16f729b82b66bf2c1602 (patch) | |
tree | d3edbcc9a0f367d344ee68aad477df0629c7d348 /store/config | |
parent | 1becff84c83ad28b9d65bb7edf89e5b23f5b9b86 (diff) | |
download | crupest-3b8cde9ae3d5480d808d16f729b82b66bf2c1602.tar.gz crupest-3b8cde9ae3d5480d808d16f729b82b66bf2c1602.tar.bz2 crupest-3b8cde9ae3d5480d808d16f729b82b66bf2c1602.zip |
config: fix magic need-rule.
Diffstat (limited to 'store/config')
-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 |