]> granicus.if.org Git - pdns/commit
allow listening on IPv6
authorGibheer <gibheer+git@zero-knowledge.org>
Fri, 9 Jun 2017 07:48:55 +0000 (09:48 +0200)
committerGibheer <gibheer+git@zero-knowledge.org>
Fri, 9 Jun 2017 07:48:55 +0000 (09:48 +0200)
commit201aac4ac841f0845b5525e7729559a91eba56fb
tree7fc4ace56d1d936398746c2d412afec34db99f80
parentbddfc8e59dabaabf43b603e6b8a9cc8df116fc76
allow listening on IPv6

In IPv6 only environments it is not possible to listen on IPv6 addresses
for the control port.
This change takes a look at the provided IP and changes the connection type
to the correct address family.
pdns/dynlistener.cc