From 034862ad166ff3530e51ed6193f7712729168603 Mon Sep 17 00:00:00 2001 From: vernesong <42875168+vernesong@users.noreply.github.com> Date: Fri, 20 Sep 2024 19:01:01 +0800 Subject: [PATCH] fix typo --- luci-app-openclash/root/usr/share/openclash/yml_change.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-openclash/root/usr/share/openclash/yml_change.sh b/luci-app-openclash/root/usr/share/openclash/yml_change.sh index 6cff2a9805..43b7db978b 100644 --- a/luci-app-openclash/root/usr/share/openclash/yml_change.sh +++ b/luci-app-openclash/root/usr/share/openclash/yml_change.sh @@ -706,7 +706,7 @@ Thread.new{ end; end; if '$1' == 'fake-ip' then - if '$china_ip_route' != '0' then + if '$china_ip_route' != '0' or '$china_ip6_route' != '0' then if Value['dns']['fake-ip-filter-mode'] == 'blacklist' or not Value['dns'].has_key?('fake-ip-filter-mode') then if Value['dns'].has_key?('fake-ip-filter') and not Value['dns']['fake-ip-filter'].to_a.empty? then Value['dns']['fake-ip-filter'].insert(-1,'geosite:cn');