1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-15 17:37:22 +01:00

in status checks, clear bind9 cache using rndc rather than restarting bind9

This commit is contained in:
Joshua Tauberer
2014-12-26 13:22:14 +00:00
parent 2b76fd299e
commit 399f9d9bdf
2 changed files with 9 additions and 2 deletions

View File

@@ -1,6 +1,13 @@
CHANGELOG
=========
in development
--------------
Control panel:
* The local DNS cache is cleared before running the status checks using 'rncd' now rather than restarting 'bind9', which should be faster and wont interrupt other services.
v0.05 (November 18, 2014)
-------------------------