支持DNSSEC

This commit is contained in:
Alex Yang
2025-12-15 23:54:11 +08:00
parent 9aa328d466
commit ba26e2b647
12 changed files with 1169 additions and 141 deletions

View File

@@ -39,7 +39,8 @@ func createDefaultConfig(configFile string) error {
],
"timeout": 5000,
"statsFile": "./data/stats.json",
"saveInterval": 300
"saveInterval": 300,
"enableDNSSEC": true
},
"http": {
"port": 8081,