Merge pull request #126 from remnawave/geo

fix geosite/geoip rules
This commit is contained in:
Sergey Kutovoy
2025-08-10 01:05:02 +05:00
committed by GitHub

View File

@@ -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"
],