mirror of
https://github.com/coredns/coredns.git
synced 2025-11-02 02:03:13 -05:00
All (non etcd) tests are now local (#105)
We don't need to network to do tests, we up enough local servers to we don't need to forward to,s say 8.8.8.8
This commit is contained in:
@@ -41,7 +41,7 @@ func Etcd(c *Controller) (middleware.Middleware, error) {
|
||||
func etcdParse(c *Controller) (etcd.Etcd, bool, error) {
|
||||
stub := make(map[string]proxy.Proxy)
|
||||
etc := etcd.Etcd{
|
||||
Proxy: proxy.New([]string{"8.8.8.8:53"}),
|
||||
Proxy: proxy.New([]string{"8.8.8.8:53", "8.8.4.4:53"}),
|
||||
PathPrefix: "skydns",
|
||||
Ctx: context.Background(),
|
||||
Inflight: &singleflight.Group{},
|
||||
|
||||
Reference in New Issue
Block a user