mirror of
https://github.com/XrayR-project/XrayR-release.git
synced 2025-06-07 21:09:54 +00:00
27 lines
528 B
JSON
27 lines
528 B
JSON
{
|
|
"domainStrategy": "IPOnDemand",
|
|
"rules": [
|
|
{
|
|
"type": "field",
|
|
"outboundTag": "block",
|
|
"ip": [
|
|
"geoip:private"
|
|
]
|
|
},
|
|
{
|
|
"type": "field",
|
|
"outboundTag": "block",
|
|
"protocol": [
|
|
"bittorrent"
|
|
]
|
|
},
|
|
{
|
|
"type": "field",
|
|
"outboundTag": "IPv6_out",
|
|
"domain": [
|
|
"geosite:netflix"
|
|
]
|
|
}
|
|
]
|
|
}
|