Files
v2rayN/v2rayN/ServiceLib/Sample/custom_routing_locked
2024-08-19 18:15:54 +08:00

21 lines
308 B
Plaintext

[
{
"domain": [
"geosite:google"
],
"outboundTag": "proxy"
},
{
"outboundTag": "direct",
"domain": [
"domain:example-example.com",
"domain:example-example2.com"
]
},
{
"outboundTag": "block",
"domain": [
"geosite:category-ads-all"
]
}
]