aboutsummaryrefslogtreecommitdiff
path: root/core/dnsserver/zdirectives.go
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2019-03-23 18:17:07 +0000
committerGravatar GitHub <noreply@github.com> 2019-03-23 18:17:07 +0000
commit1e281ad8f0f73bfa68d022e53309cde5ca0840e6 (patch)
tree8b19edef2cca22bb337b44164bf2ed930e6569df /core/dnsserver/zdirectives.go
parent403d42ce200f3c2074c521e4287728f2b8d2bf0d (diff)
downloadcoredns-1e281ad8f0f73bfa68d022e53309cde5ca0840e6.tar.gz
coredns-1e281ad8f0f73bfa68d022e53309cde5ca0840e6.tar.zst
coredns-1e281ad8f0f73bfa68d022e53309cde5ca0840e6.zip
grpc: go generate (#2712)
*grpc* was added manually; do a go generate to add it, so we don't have future diffs. Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'core/dnsserver/zdirectives.go')
-rw-r--r--core/dnsserver/zdirectives.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dnsserver/zdirectives.go b/core/dnsserver/zdirectives.go
index b97ba2070..89cb43e67 100644
--- a/core/dnsserver/zdirectives.go
+++ b/core/dnsserver/zdirectives.go
@@ -44,8 +44,8 @@ var Directives = []string{
"loop",
"forward",
"proxy",
+ "grpc",
"erratic",
"whoami",
"on",
- "grpc",
}