This commit is contained in:
SukkaBot
2024-08-12 17:44:36 +00:00
parent 796d48aa4e
commit 4376e99393
55 changed files with 351018 additions and 1 deletions

21
sing-box/ip/lan.json Normal file
View File

@@ -0,0 +1,21 @@
{
"version": 2,
"rules": [
{
"domain": ["this_ruleset_is_made_by_sukkaw.ruleset.skk.moe"],
"ip_cidr": [
"0.0.0.0/8",
"10.0.0.0/8",
"100.64.0.0/10",
"127.0.0.0/8",
"172.16.0.0/12",
"169.254.0.0/16",
"192.168.0.0/16",
"224.0.0.0/4",
"::1/128",
"fc00::/7",
"fe80::/10"
]
}
]
}