From 19ba75317b955d18dfb97f9a328a50a30feacf51 Mon Sep 17 00:00:00 2001 From: Michael Newton Date: Wed, 21 Dec 2022 07:24:28 -0700 Subject: [PATCH] Bind: restore TSIG key name entry (#3182) Regression caused by commit 2fceec58 --- .../Bind/forms/dialogEditBindSlaveDomain.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/dns/bind/src/opnsense/mvc/app/controllers/OPNsense/Bind/forms/dialogEditBindSlaveDomain.xml b/dns/bind/src/opnsense/mvc/app/controllers/OPNsense/Bind/forms/dialogEditBindSlaveDomain.xml index 52eac8fcb..c7789f46a 100644 --- a/dns/bind/src/opnsense/mvc/app/controllers/OPNsense/Bind/forms/dialogEditBindSlaveDomain.xml +++ b/dns/bind/src/opnsense/mvc/app/controllers/OPNsense/Bind/forms/dialogEditBindSlaveDomain.xml @@ -29,19 +29,25 @@ select_multiple true - Set the IP address of master server when using slave mode. + Set the IP address of master server. domain.transferkeyalgo dropdown - Set the authentication algorithm for the TSIG key. + Set the authentication algorithm for the TSIG key used to transfer domain data from the master server. + + + domain.transferkeyname + + text + The name of the TSIG key, which must match the value on the master server. domain.transferkey text - The TSIG key used to transfer domain data from the master server. + The base64-encoded TSIG key. domain.allownotifyslave @@ -49,6 +55,6 @@ select_multiple true - A list of allowed IP addresses to receive notifies from. + A list of allowed IP addresses to receive notifies from (in addition to the master server.)