Added bootstrap DNS to the config file
DNS healthcheck now uses the upstream package methods
This commit is contained in:
@@ -10,6 +10,8 @@ import (
|
||||
"github.com/miekg/dns"
|
||||
)
|
||||
|
||||
// Persistent connections cache -- almost similar to the same used in the CoreDNS forward plugin
|
||||
|
||||
const (
|
||||
defaultExpire = 10 * time.Second
|
||||
minDialTimeout = 100 * time.Millisecond
|
||||
|
||||
Reference in New Issue
Block a user