修复规则优先级问题,修复添加自定义规则后需要重启服务器的问题

This commit is contained in:
Alex Yang
2025-12-21 21:11:58 +08:00
parent b2ec6c88a7
commit 30d47da022
16 changed files with 410 additions and 336 deletions

View File

@@ -2,7 +2,7 @@
"dns": {
"port": 53,
"upstreamDNS": [
"10.35.10.200:53"
"223.5.5.5:53"
],
"dnssecUpstreamDNS": [
"117.50.10.10:53",
@@ -18,10 +18,16 @@
"enableDNSSEC": true,
"queryMode": "loadbalance",
"domainSpecificDNS": {
"amazehome.cn": [
"addr.arpa": [
"10.35.10.200:53"
],
"addr.arpa": [
"akadns": [
"4.2.2.1:53"
],
"akamai": [
"4.2.2.1:53"
],
"amazehome.cn": [
"10.35.10.200:53"
],
"amazehome.xyz": [
@@ -29,14 +35,7 @@
],
"microsoft.com": [
"4.2.2.1:53"
],
"akamai": [
"4.2.2.1:53"
],
"akadns": [
"4.2.2.1:53"
]
},
"noDNSSECDomains": [
"amazehome.cn",
@@ -59,7 +58,7 @@
"name": "AdGuard DNS filter",
"url": "https://gitea.amazehome.xyz/AMAZEHOME/hosts-and-filters/raw/branch/main/filter.txt",
"enabled": true,
"lastUpdateTime": "2025-11-28T16:13:03.564Z"
"lastUpdateTime": "2025-12-21T10:46:36.629Z"
},
{
"name": "Adaway Default Blocklist",
@@ -92,7 +91,8 @@
{
"name": "Hate \u0026 Junk",
"url": "http://gitea.amazehome.xyz/AMAZEHOME/hosts-and-filters/raw/branch/main/hate-and-junk-extended.txt",
"enabled": true
"enabled": true,
"lastUpdateTime": "2025-12-21T10:46:43.522Z"
},
{
"name": "My Gitlab Hosts",
@@ -152,4 +152,4 @@
"maxBackups": 10,
"maxAge": 30
}
}
}