summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns/coredns/files/Corefile.example')
-rw-r--r--net-dns/coredns/files/Corefile.example12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-dns/coredns/files/Corefile.example b/net-dns/coredns/files/Corefile.example
new file mode 100644
index 000000000000..f26e78f2f652
--- /dev/null
+++ b/net-dns/coredns/files/Corefile.example
@@ -0,0 +1,12 @@
+. {
+ loop
+
+ bind 127.0.0.1 ::1
+
+ health 127.0.0.1:8092
+ log
+ errors
+ cache 600
+
+ #forward . tls://9.9.9.9
+}