From 3d6ff02e176216a71a7a68cc184038629d66a958 Mon Sep 17 00:00:00 2001 From: Andrevich <47223721+1andrevich@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:17:44 +0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0e02012..3de4d1f 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,14 @@ "rules": [ { "ip": [ - "ext:geoip.dat:antifilter" + "ext:geoip.dat:refilter" ], "type": "field", "outboundTag": "proxy" }, { "domain": [ - "ext:geosite.dat:antifilter-community" + "ext:geosite.dat:refilter" ], "type": "field", "outboundTag": "proxy" @@ -63,14 +63,14 @@ "rules": [ { "ip": [ - "ext:geoip.dat:antifilter" + "ext:geoip.dat:refilter" ], "type": "field", "outboundTag": "proxy" }, { "domain": [ - "ext:geosite.dat:antifilter-community" + "ext:geosite.dat:refilter" ], "type": "field", "outboundTag": "proxy"