Files
goaway/settings.json
2025-01-11 01:49:16 +01:00

18 lines
313 B
JSON

{
"dnsServer": {
"CacheTTL": "1m0s",
"Port": 53,
"LoggingDisabled": false,
"UpstreamDNS": [
"8.8.8.8:53",
"1.1.1.1:53"
],
"PreferredUpstream": "8.8.8.8:53",
"StatisticsRetention": 7
},
"apiServer": {
"Port": 8080,
"Authentication": true
},
"LogLevel": 1
}