]> git.ipfire.org Git - thirdparty/pdns.git/commit
Allow ip ranges as trusted-notification-proxy
authorPieter Lexis <pieter.lexis@powerdns.com>
Thu, 12 Nov 2020 13:32:02 +0000 (14:32 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Thu, 12 Nov 2020 13:33:18 +0000 (14:33 +0100)
commit1886a4b3ddf045c4b952a8f126d3dff02371b86d
tree6a099c4b7da69519d4662adbe8fa129046b5d3c7
parent5efe73f0ecab807069e2b3dfa863a015102de699
Allow ip ranges as trusted-notification-proxy

This also stops us from doing string comparison for that setting.

Fixes #9711
docs/settings.rst
pdns/Makefile.am
pdns/common_startup.cc
pdns/packethandler.cc
pdns/test-trusted-notification-proxy_cc.cc [new file with mode: 0644]
pdns/trusted-notification-proxy.cc [new file with mode: 0644]
pdns/trusted-notification-proxy.hh [new file with mode: 0644]