add cmd/coredns

This commit is contained in:
Jordan Whited
2020-05-26 12:14:32 -07:00
parent f4092834a6
commit 4f2477b43c
3 changed files with 90 additions and 2 deletions

1
go.mod
View File

@@ -6,6 +6,5 @@ require (
github.com/caddyserver/caddy v1.0.5
github.com/coredns/coredns v1.6.9
github.com/miekg/dns v1.1.29
github.com/prometheus/common v0.9.1
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200511024508-91d9787b944f
)