]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: move default Docker config to YAML
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 10 Jul 2024 13:02:00 +0000 (15:02 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 10 Jul 2024 13:02:00 +0000 (15:02 +0200)
dockerdata/recursor.conf

index efc61ad181a6989b2c52943982569fc2c8199cb2..eeba25fed56620a9f3173ea661146a2ca796870a 100644 (file)
@@ -1,2 +1,8 @@
-local-address=0.0.0.0,::
-include-dir=/etc/powerdns/recursor.d
+recursor:
+  include_dir: /etc/powerdns/recursor.d
+
+incoming:
+  listen:
+  - 0.0.0.0
+  - '::'
+