mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-12 02:50:14 +08:00
🐞 PowerDNS 4.2.2 pdns.conf
: no "first", "second"
fixes: ``` Jul 21 01:07:03 Caught an exception instantiating a backend: launch= suffixes are not supported on the bindbackend ``` ``` Jul 21 01:08:47 Fatal error: Trying to set unknown parameter 'bind-first-config' ``` ``` Jul 21 01:08:57 Fatal error: Trying to set unknown parameter 'pipe-second-command' ```
This commit is contained in:

committed by
Brian Cunnie

parent
ce7ae97e1e
commit
44f3a1cf95
@@ -15,10 +15,10 @@ pdns_named_conf: |
|
||||
masters { 78.46.204.247; };
|
||||
};
|
||||
pdns_conf: |
|
||||
launch=bind:first,pipe:second
|
||||
launch=bind,pipe
|
||||
slave=yes
|
||||
bind-first-config=/var/vcap/jobs/pdns/etc/named.conf
|
||||
pipe-second-command=/var/vcap/jobs/pdns/bin/pipe /var/vcap/jobs/pdns/etc/pipe.conf
|
||||
bind-config=/var/vcap/jobs/pdns/etc/named.conf
|
||||
pipe-command=/var/vcap/jobs/pdns/bin/pipe /var/vcap/jobs/pdns/etc/pipe.conf
|
||||
# fixes `Fatal error: Unable to acquire TCPv6 socket: Address family not supported by protocol`
|
||||
# undo when deployed with IPv6
|
||||
local-ipv6=
|
||||
|
Reference in New Issue
Block a user