实现日志详情域名信息显示

This commit is contained in:
Alex Yang
2025-12-30 10:41:09 +08:00
parent 43f0133886
commit 97413e88f0
13 changed files with 51681 additions and 1933 deletions

View File

@@ -2,7 +2,7 @@
"dns": {
"port": 53,
"upstreamDNS": [
"223.5.5.5:53"
"10.35.10.200"
],
"dnssecUpstreamDNS": [
"117.50.10.10",
@@ -11,18 +11,26 @@
"208.67.220.220",
"208.67.222.222"
],
"timeout": 5,
"saveInterval": 30,
"cacheTTL": 10,
"enableDNSSEC": true,
"queryMode": "parallel",
"domainSpecificDNS": {
"addr.arpa": [
"10.35.10.200:53"
],
"akadns": [
"4.2.2.1:53"
],
"akamai": [
"4.2.2.1:53"
],
"amazehome.cn": [
"10.35.10.200:53"
],
"amazehome.xyz": [
"10.35.10.200:53"
],
"microsoft.com": [
"4.2.2.1:53"
],
@@ -31,7 +39,9 @@
]
},
"noDNSSECDomains": [
"amazehome.cn",
"addr.arpa",
"amazehome.xyz",
".cn"
],
"enableIPv6": false
@@ -67,7 +77,7 @@
"name": "My GitHub Rules",
"url": "https://gitea.amazehome.xyz/AMAZEHOME/hosts-and-filters/raw/branch/main/rules/costomize.txt",
"enabled": true,
"lastUpdateTime": "2025-12-24T07:11:16.596Z"
"lastUpdateTime": "2025-12-26T11:32:28.843Z"
},
{
"name": "CNList",
@@ -139,4 +149,4 @@
"maxBackups": 10,
"maxAge": 30
}
}
}