From b2f6d102994718455e1ce2a9371d52aa153230bc Mon Sep 17 00:00:00 2001 From: Sergey Kutovoy Date: Sun, 10 Aug 2025 01:02:58 +0500 Subject: [PATCH] fix geosite/geoip rules --- docs/install/remnawave-node.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/install/remnawave-node.md b/docs/install/remnawave-node.md index 7c27f83..1da62bb 100644 --- a/docs/install/remnawave-node.md +++ b/docs/install/remnawave-node.md @@ -118,6 +118,13 @@ Usage in xray config: "domain": [ // Calling the geosite file "ext:geo-zapret.dat:zapret" ], + "inboundTag": [ // Optional + "VLESS_TCP_REALITY" + ], + "outboundTag": "NOT_RU_OUTBOUND" + }, + { + "type": "field", "ip": [ // Calling the geoip file "ext:ip-zapret.dat:zapret" ],