summaryrefslogtreecommitdiff
path: root/net-dns/coredns/files/coredns.confd
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns/coredns/files/coredns.confd')
-rw-r--r--net-dns/coredns/files/coredns.confd7
1 files changed, 6 insertions, 1 deletions
diff --git a/net-dns/coredns/files/coredns.confd b/net-dns/coredns/files/coredns.confd
index 3e7e56c9a2d0..4686ab97ccd3 100644
--- a/net-dns/coredns/files/coredns.confd
+++ b/net-dns/coredns/files/coredns.confd
@@ -1,4 +1,9 @@
###
# CoreDNS config
#
-command_args=""
+
+COREDNS_CONFIG="/etc/coredns/Corefile"
+COREDNS_EXTRA_ARGS=""
+
+# Uncomment / edit to enable healthchecks
+#COREDNS_HEALTHCHECK_URI="127.0.0.1:8092/health"