Compare commits

...

2 Commits

Author SHA1 Message Date
dichgrem
ae11f4d057 add:kernel_1.10.7 2025-11-02 15:59:18 +08:00
dichgrem
b33f2bdaa1 chore:add_json 2025-11-02 15:17:23 +08:00
6 changed files with 3843 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"dns": {
"servers": [
{
"tag": "hosts_local",
"address": "local",
"detour": "DIRECT"
}
],
"rules": [
{
"domain": [
"localhost",
"time.android.com",
"time.facebook.com"
],
"server": "hosts_local"
}
]
}
}

View File

@@ -0,0 +1,11 @@
{
"route": {
"rules": [
{
"inbound": "dns-in",
"outbound": "dns-out"
}
],
"default_mark": 7894
}
}

BIN
kernel/geoip.db Normal file

Binary file not shown.

BIN
kernel/geosite.db Normal file

Binary file not shown.

BIN
kernel/sing-box Executable file

Binary file not shown.

3811
kernel/test.json Normal file

File diff suppressed because it is too large Load Diff