Bind: restore TSIG key name entry (#3182)

Regression caused by commit 2fceec58
This commit is contained in:
Michael Newton
2022-12-21 15:24:28 +01:00
committed by GitHub
parent 39985f0c1d
commit 19ba75317b
@@ -29,19 +29,25 @@
<style>tokenize</style>
<type>select_multiple</type>
<allownew>true</allownew>
<help>Set the IP address of master server when using slave mode.</help>
<help>Set the IP address of master server.</help>
</field>
<field>
<id>domain.transferkeyalgo</id>
<label>Transfer Key Algorithm</label>
<type>dropdown</type>
<help>Set the authentication algorithm for the TSIG key.</help>
<help>Set the authentication algorithm for the TSIG key used to transfer domain data from the master server.</help>
</field>
<field>
<id>domain.transferkeyname</id>
<label>Transfer Key Name</label>
<type>text</type>
<help>The name of the TSIG key, which must match the value on the master server.</help>
</field>
<field>
<id>domain.transferkey</id>
<label>Transfer Key</label>
<type>text</type>
<help>The TSIG key used to transfer domain data from the master server.</help>
<help>The base64-encoded TSIG key.</help>
</field>
<field>
<id>domain.allownotifyslave</id>
@@ -49,6 +55,6 @@
<style>tokenize</style>
<type>select_multiple</type>
<allownew>true</allownew>
<help>A list of allowed IP addresses to receive notifies from.</help>
<help>A list of allowed IP addresses to receive notifies from (in addition to the master server.)</help>
</field>
</form>