]> granicus.if.org Git - pdns/commit
bind-add-zone: add bind zones using pdns_control
authorPavel Boldin <boldin.pavel@gmail.com>
Sun, 18 Aug 2013 04:26:42 +0000 (08:26 +0400)
committerPavel Boldin <boldin.pavel@gmail.com>
Tue, 10 Sep 2013 20:19:09 +0000 (00:19 +0400)
commita31fe0607164962fe1956ac71cdb679b70f511fc
tree338bdbcaddfbc8d607544e88e9cbef5a3f9a0b93
parent2363d8d832662565802236b6830116a477903d11
bind-add-zone: add bind zones using pdns_control

Add pdns_control for loading new zones without reloading named.conf.
Zone is added but not loaded, you should do it manually, by querying
something. Beware of cache, it is better to purge it before.
pdns/backends/bind/bindbackend2.cc
pdns/backends/bind/bindbackend2.hh
pdns/responsestats.cc
regression-tests/add-zone/command [new file with mode: 0755]
regression-tests/add-zone/description [new file with mode: 0644]
regression-tests/add-zone/expected_result [new file with mode: 0644]
regression-tests/addzone.com [new file with mode: 0644]