mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
@@ -56,7 +56,7 @@ func NewServer(addr string, group []*Config) (*Server, error) {
|
|||||||
Addr: addr,
|
Addr: addr,
|
||||||
zones: make(map[string]*Config),
|
zones: make(map[string]*Config),
|
||||||
graceTimeout: 5 * time.Second,
|
graceTimeout: 5 * time.Second,
|
||||||
tsigSecret: make(map[string]string),
|
tsigSecret: make(map[string]string),
|
||||||
}
|
}
|
||||||
|
|
||||||
// We have to bound our wg with one increment
|
// We have to bound our wg with one increment
|
||||||
|
|||||||
Reference in New Issue
Block a user