From f8546e45efd2a7590958a9bf07d751f2c667d214 Mon Sep 17 00:00:00 2001 From: Mark Zealey Date: Fri, 3 Jan 2014 11:28:24 +0200 Subject: [PATCH] add in -fail conf options --- pdns/pdns.conf-dist | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pdns/pdns.conf-dist b/pdns/pdns.conf-dist index 113817a362..adecb9a99d 100644 --- a/pdns/pdns.conf-dist +++ b/pdns/pdns.conf-dist @@ -179,11 +179,21 @@ # # local-address=0.0.0.0 +################################# +# local-address-nonexist-fail Fail to start if one or more of the local-address's do not exist on this server +# +# local-address-nonexist-fail=yes + ################################# # local-ipv6 Local IP address to which we bind # # local-ipv6= +################################# +# local-ipv6-nonexist-fail Fail to start if one or more of the local-ipv6 addresses do not exist on this server +# +# local-ipv6-nonexist-fail=yes + ################################# # local-port The port on which we listen # -- 2.47.2