{ "name": "Russia Direct", "dns": { "servers": [ { "tag": "app-dns-direct", "address": "9.9.9.9" } ] }, "outbounds": [{}], "routing": { "domainStrategy": "IPIfNonMatch", "rules": [ { "ruleTag": "Proxy Blocked Domains", "domain": [ "ext:RussiaGeoSite.dat:RU-BLOCKED-ALL" ], "balancerTag": "proxy" }, { "ruleTag": "Proxy Blocked IPs", "ip": [ "ext:RussiaGeoIP.dat:RU-BLOCKED", "ext:RussiaGeoIP.dat:RU-BLOCKED-COMMUNITY" ], "balancerTag": "proxy" }, { "ruleTag": "Direct Remaining IPs", "ip": [ "0.0.0.0/0", "::/0" ], "outboundTag": "direct" } ] }, "geodata": { "assets": [ { "file": "RussiaGeoSite.dat", "url": "https://raw.githubusercontent.com/runetfreedom/russia-v2ray-rules-dat/release/geosite.dat" }, { "file": "RussiaGeoIP.dat", "url": "https://raw.githubusercontent.com/runetfreedom/russia-v2ray-rules-dat/release/geoip.dat" } ] } }