From c06e5fc400fe25140340104b9bcf385d58dc685e Mon Sep 17 00:00:00 2001 From: lhie1 Date: Fri, 11 Sep 2020 01:23:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=85=88=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Clash/Rule.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Clash/Rule.yaml b/Clash/Rule.yaml index 3ef0fa4..964b7dd 100644 --- a/Clash/Rule.yaml +++ b/Clash/Rule.yaml @@ -122,12 +122,12 @@ script: return "DIRECT" code = ctx.geoip(ip) - if code == "CN": - return "Domestic" - if code == "LAN": return "DIRECT" + if code == "CN": + return "Domestic" + return "Others" rule-providers: