-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7184d25
commit 2d3ba3f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule coredns-drove
updated
17 files
+56 −0 | .github/workflows/build.yml | |
+34 −4 | .github/workflows/go.yml | |
+5 −2 | .gitignore | |
+24 −4 | README.md | |
+1 −0 | api.go | |
+15 −0 | cmd/coredns/Corefile | |
+20 −0 | cmd/coredns/Dockerfile | |
+2 −1 | cmd/coredns/example/Corefile | |
+146 −0 | cmd/coredns/go.mod | |
+525 −0 | cmd/coredns/go.sum | |
+2 −1 | cmd/coredns/main.go | |
+16 −1 | drove.go | |
+5 −5 | drove_test.go | |
+1 −1 | go.mod | |
+18 −13 | handler.go | |
+42 −1 | handler_test.go | |
+6 −0 | setup.go |