From 34021ba221edbdba2e935fefe0da984bedbf1191 Mon Sep 17 00:00:00 2001 From: Andrevich <47223721+1andrevich@users.noreply.github.com> Date: Tue, 15 Oct 2024 14:05:39 +0400 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e0c9de2..f13115c 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,11 @@ } } ``` +Пример RoutingA для V2RayA: +`default: direct` +`ip(geoip:refilter)->proxy` +`domain(ext:"LoyalsoldierSite.dat:refilter")->proxy` + ## Пример использования Sing-Box ```json @@ -78,10 +83,6 @@ } } ``` -Пример RoutingA для V2RayA: -`default: direct` -`ip(geoip:refilter)->proxy` -`domain(ext:"LoyalsoldierSite.dat:refilter")->proxy` ## Пример конфигурации bird2 (/etc/bird.conf) @@ -156,6 +157,12 @@ protocol bgp refilter { } } ``` +RoutingA of V2RayA Example: +`default: direct` +`ip(geoip:refilter)->proxy` +`domain(ext:"LoyalsoldierSite.dat:refilter")->proxy` + + ## Sing-box config example ```json @@ -197,11 +204,6 @@ protocol bgp refilter { } ``` -RoutingA of V2RayA Example: -`default: direct` -`ip(geoip:refilter)->proxy` -`domain(ext:"LoyalsoldierSite.dat:refilter")->proxy` - ## bird2 config example (/etc/bird.conf) ```