]> git.ipfire.org Git - thirdparty/pdns.git/commit
Convert the handling of addresses from etc-hosts file to ComboAddress
authorFred Morcos <fred.morcos@open-xchange.com>
Mon, 23 May 2022 13:06:43 +0000 (15:06 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Mon, 13 Jun 2022 12:24:24 +0000 (14:24 +0200)
commit9452c5e694ac3a11de3a2e41a9ad348687f319e5
tree180bbe56360f5ed3d7388cd5e16d8c4de5b52f90
parent23855ca0b2e39fb0008cd158e08580773d5260ac
Convert the handling of addresses from etc-hosts file to ComboAddress

This enables almost-seamless IPv6 support and cleans up a few things e.g. avoid using
strings when handling IP addresses.

This commit also refactors the creation of forward and reverse lookup entries.
pdns/recursordist/test-reczones-helpers.cc
pdns/reczones-helpers.cc
pdns/reczones-helpers.hh
pdns/reczones.cc