]> git.ipfire.org Git - thirdparty/pdns.git/commit
rec: Directly use ComboAddress for parsing local-address config value
authorFred Morcos <fred.morcos@open-xchange.com>
Tue, 20 Sep 2022 13:05:13 +0000 (15:05 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Mon, 26 Sep 2022 08:43:03 +0000 (10:43 +0200)
commit94fc1dc5b583fb646a9477532845943d41044424
treefe26688118418d4f70d3cc57700eb57d7dd8b96b
parentddbd9c3499313eaa43c373c84b58831ad9db001c
rec: Directly use ComboAddress for parsing local-address config value

Part of #11927

This is marked as "part of" because the parsing can still be greatly improved. For the
time being, the error message has been improved. However, an actual configuration file
parser - with line and column number tracking - would be ideal.
pdns/pdns_recursor.cc
pdns/recursordist/rec-tcp.cc