From 5a9c7fb048f48c8b7c4db4560e326a1e3b65a97f Mon Sep 17 00:00:00 2001 From: doktornotor Date: Fri, 31 Jul 2015 21:29:24 +0200 Subject: tinydns.xml - fix copyright header, remove unused tags, fix indentation, fix PHP style. --- config/tinydns/tinydns.xml | 109 +++++++++++++++++++++++---------------------- 1 file changed, 56 insertions(+), 53 deletions(-) (limited to 'config/tinydns') diff --git a/config/tinydns/tinydns.xml b/config/tinydns/tinydns.xml index 3114ebb2..55ee3269 100644 --- a/config/tinydns/tinydns.xml +++ b/config/tinydns/tinydns.xml @@ -2,45 +2,47 @@ - - + - - Describe your package here - Describe your package requirements here - Currently there are no FAQ items provided. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY + AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, + OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. +*/ +/* ====================================================================================== */ + ]]> + tinydns 1.0 DNS Server: Settings @@ -228,23 +230,23 @@ Hosts allowed to perform DNS Zone Transfers - Note: this requires TCP port 53 firewall permit rule! none - rowhelper - - - IP Address - ztipaddress - Enter the IP Address that is allowed to transfer zone records (ex: 4.2.2.1) - input - 20 - - - DNS Zone - Use * for all Zones - dnszone - Enter the DNS zone that this IP address is allowed to transfer (ex: domain.com) - input - 20 - - + rowhelper + + + IP Address + ztipaddress + Enter the IP Address that is allowed to transfer zone records (ex: 4.2.2.1) + input + 20 + + + DNS Zone - Use * for all Zones + dnszone + Enter the DNS zone that this IP address is allowed to transfer (ex: domain.com) + input + 20 + + @@ -281,9 +283,10 @@ start svscan to bring up the DNS Server"; + unset($_POST['temp']); + if (!is_process_running("svscan")) { + $savemsg = "NOTE: svscan is not running. Please start svscan to bring up the DNS Server"; + } ]]> -- cgit v1.2.3