v2rayN/v2rayN/ServiceLib/Sample/tun_singbox_rules
2025-05-05 15:13:04 +08:00

20 lines
No EOL
226 B
Text

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