From: Otto Moerbeek Date: Wed, 10 Jul 2024 13:02:00 +0000 (+0200) Subject: rec: move default Docker config to YAML X-Git-Tag: rec-5.1.1~4^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=200952f4f660399efd37ed379420fad78ad2c797;p=thirdparty%2Fpdns.git rec: move default Docker config to YAML (cherry picked from commit 0f1374a7689a4ee6adcf9ea1185c6116142708df) --- diff --git a/dockerdata/recursor.conf b/dockerdata/recursor.conf index efc61ad181..eeba25fed5 100644 --- a/dockerdata/recursor.conf +++ b/dockerdata/recursor.conf @@ -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 + - '::' +