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
2020-11-26 21:07:35 +08:00

14 lines
268 B
JSON

{
"routing": {
"domainStrategy": "AsIs",
"rules": [
{
"type": "field",
"ip": [
"geoip:private"
],
"outboundTag": "block"
}
]
}
}