Files
ruleset.skk.moe/sing-box/ip/lan.json
2024-10-10 14:46:31 +00:00

30 lines
598 B
JSON

{
"version": 2,
"rules": [
{
"domain": ["this_ruleset_is_made_by_sukkaw.ruleset.skk.moe"],
"domain_suffix": [],
"domain_keyword": [],
"domain_regex": [],
"ip_cidr": [
"0.0.0.0/8",
"10.0.0.0/8",
"100.64.0.0/10",
"127.0.0.0/8",
"169.254.0.0/16",
"172.16.0.0/12",
"192.168.0.0/16",
"224.0.0.0/4",
"::1/128",
"fc00::/7",
"fe80::/10"
],
"source_ip_cidr": [],
"source_port": [],
"port": [],
"process_name": [],
"process_path": []
}
]
}