add "notifyafterupdate" flag

This commit is contained in:
root 2018-02-02 14:58:10 +01:00
parent 1dfd47ae70
commit 03d9d88026
3 changed files with 20 additions and 2 deletions

View file

@ -8,7 +8,8 @@ $apisslverify = FALSE; # Verify SSL Certificate if using https for apiproto
$allowzoneadd = FALSE; # Allow normal users to add zones
$logging = TRUE;
$allowclearlogs = TRUE; # Allow clearing of log entries
$allowrotatelogs = FALSE;# Allow rotation to text file on server
$allowrotatelogs = FALSE;# Allow rotation to text file on serveri
$notifyafterupdate = TRUE;# send notify to slaves after zone update
# Log directory - if allowrotatelogs is set, this is where the logs will
# be written. It must be writeable by the web server user.