mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -04:00
@@ -37,7 +37,7 @@ const (
|
||||
)
|
||||
|
||||
func init() {
|
||||
ctx = context.TODO()
|
||||
ctx, _ = context.WithTimeout(ctx.Background(), etcdTimeout)
|
||||
|
||||
etcdCfg := etcdc.Config{
|
||||
Endpoints: []string{"http://localhost:2379"},
|
||||
|
||||
Reference in New Issue
Block a user