Add explicit notify type to Bind DNS zone config options

This commit is contained in:
Chris Hellyar
2021-10-12 13:40:12 +13:00
parent 6cc25f354e
commit 6d50ce9503
3 changed files with 3 additions and 0 deletions

View File

@@ -133,6 +133,7 @@ print &ignore_warn_fail($text{'zonedef_cresponse'}, 'response',
$check{'response'});
print &choice_input($text{'zonedef_notify'}, "notify", $mems,
$text{'yes'}, "yes", $text{'no'}, "no",
$text{'explicit'}, "explicit",
$text{'default'}, undef);
print &ui_table_end();

View File

@@ -30,6 +30,7 @@ print &choice_input($text{'master_check'}, "check-names", $zconf,
$text{'ignore'}, "ignore", $text{'default'}, undef);
print &choice_input($text{'master_notify'}, "notify", $zconf,
$text{'yes'}, "yes", $text{'no'}, "no",
$text{'explicit'}, "explicit",
$text{'default'}, undef);
print &address_input($text{'master_update'}, "allow-update", $zconf);

View File

@@ -49,6 +49,7 @@ print &choice_input($text{'slave_check'}, "check-names", $zconf,
$text{'ignore'}, "ignore", $text{'default'}, undef);
print &choice_input($text{'slave_notify'}, "notify", $zconf,
$text{'yes'}, "yes", $text{'no'}, "no",
$text{'explicit'}, "explicit",
$text{'default'}, undef);
print &addr_match_input($text{'slave_update'}, "allow-update", $zconf);