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

20 lines
No EOL
228 B
Text

[
{
"network": "udp",
"port": [
135,
137,
138,
139,
5353
],
"outbound": "block"
},
{
"ip_cidr": [
"224.0.0.0/3",
"ff00::/8"
],
"outbound": "block"
}
]