mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-06-07 00:47:00 +03:00
Revert "notify pdns after zone update"
This commit is contained in:
parent
ed27b5e7d1
commit
635441dbe0
3 changed files with 1 additions and 19 deletions
|
@ -84,14 +84,6 @@ class PdnsAPI {
|
|||
|
||||
return $this->loadzone($zone['id']);
|
||||
}
|
||||
public function notifyzone($zoneid) {
|
||||
$api = clone $this->http;
|
||||
$api->method = 'PUT';
|
||||
$api->url = "/servers/localhost/zones/$zoneid/notify";
|
||||
$api->call();
|
||||
|
||||
return $api->json;
|
||||
}
|
||||
|
||||
public function deletezone($zoneid) {
|
||||
$api = clone $this->http;
|
||||
|
|
|
@ -9,7 +9,6 @@ $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
|
||||
$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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue