mirror of
https://github.com/XrayR-project/XrayR.git
synced 2025-07-06 19:19:51 +00:00
26 lines
527 B
JSON
26 lines
527 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"
|
|
]
|
|
}
|
|
]
|
|
} |