From 0d4ec90484b67c29066c4d25f5bbfce8dfb2863f Mon Sep 17 00:00:00 2001 From: doktornotor Date: Fri, 31 Jul 2015 14:26:03 +0200 Subject: tinydns.xml - fix permissions for installed files - Removed whole lot of 077 chmods - Make the 3 scripts that actually have /usr/local/bin/php shebang 0775 instead. --- config/tinydns/tinydns.xml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'config/tinydns/tinydns.xml') diff --git a/config/tinydns/tinydns.xml b/config/tinydns/tinydns.xml index fa80953c..3114ebb2 100644 --- a/config/tinydns/tinydns.xml +++ b/config/tinydns/tinydns.xml @@ -94,62 +94,53 @@ installedpackages->package->tinydns /usr/local/pkg/ - 077 https://packages.pfsense.org/packages/config/tinydns/tinydns.inc /usr/local/pkg/pf/ - 077 https://packages.pfsense.org/packages/config/tinydns/tinydns_xmlrpc_sync.php /usr/local/pkg/ - 077 https://packages.pfsense.org/packages/config/tinydns/tinydns_domains.xml /usr/local/www/ - 077 https://packages.pfsense.org/packages/config/tinydns/tinydns_status.php /usr/local/www/ - 077 https://packages.pfsense.org/packages/config/tinydns/tinydns_dhcp_filter.php /usr/local/www/ - 077 https://packages.pfsense.org/packages/config/tinydns/tinydns_filter.php /usr/local/pkg/ - 077 + 0775 https://packages.pfsense.org/packages/config/tinydns/tinydns_down.php /usr/local/pkg/ - 077 + 0775 https://packages.pfsense.org/packages/config/tinydns/tinydns_up.php /usr/local/pkg/ - 077 + 0775 https://packages.pfsense.org/packages/config/tinydns/tinydns_parse_logs.php /usr/local/www/ - 077 https://packages.pfsense.org/packages/config/tinydns/tinydns_view_logs.php /usr/local/pkg/ - 077 https://packages.pfsense.org/packages/config/tinydns/tinydns_sync.xml /usr/local/www/wizards/ - 077 https://packages.pfsense.org/packages/config/tinydns/new_zone_wizard.xml -- cgit v1.2.3 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/tinydns.xml') 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