1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2024-11-25 22:56:09 +03:00
ProxySU/TemplateConfg/xray/server/03_routing/03_routing.json

14 lines
268 B
JSON
Raw Normal View History

2020-11-26 16:07:35 +03:00
{
"routing": {
"domainStrategy": "AsIs",
"rules": [
{
"type": "field",
"ip": [
"geoip:private"
],
"outboundTag": "block"
}
]
}
}