@alltiptop/geoip-3xui-rules
Version:
Middleware server to set routing rules by countries for XRAY
34 lines (33 loc) • 564 B
JSON
[
{
"ip": [
"geoip:private"
],
"outboundTag": "direct",
"type": "field",
"remarks": "Direct Private"
},
{
"protocol": [
"bittorrent"
],
"outboundTag": "direct",
"type": "field",
"remarks": "Direct Bittorrent"
},
{
"outboundTag": "block",
"domain": [
"geosite:category-ads-all"
],
"type": "field",
"remarks": "Block ads"
},
{
"port": "443",
"network": "udp",
"outboundTag": "block",
"enabled": true,
"remarks": "Block udp 443 to prevent dns leak"
}
]