mirror of
https://github.com/pommee/goaway.git
synced 2026-02-25 11:48:58 -06:00
18 lines
313 B
JSON
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
|
|
} |