增加DNSSEC验证支持

This commit is contained in:
Alex Yang
2025-12-16 00:43:34 +08:00
parent 87a05bfb6d
commit 0b365e6dfe
20 changed files with 218525 additions and 61 deletions

View File

@@ -7,7 +7,9 @@
],
"timeout": 5000,
"statsFile": "data/stats.json",
"saveInterval": 300
"saveInterval": 300,
"cacheTTL": 30,
"enableDNSSEC": true
},
"http": {
"port": 8080,
@@ -46,7 +48,7 @@
{
"name": "CNList",
"url": "https://gitea.amazehome.xyz/AMAZEHOME/hosts-and-filters/raw/branch/main/list/china.list",
"enabled": false
"enabled": true
},
{
"name": "大圣净化",
@@ -115,4 +117,4 @@
"maxBackups": 10,
"maxAge": 30
}
}
}