From 6afbe7bd09a996a49abee197c321b16335f2d21a Mon Sep 17 00:00:00 2001 From: Marcello Coutinho Date: Mon, 7 Oct 2013 23:47:51 -0300 Subject: bind - First package files --- config/bind/bind_views.xml | 168 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 config/bind/bind_views.xml (limited to 'config/bind/bind_views.xml') diff --git a/config/bind/bind_views.xml b/config/bind/bind_views.xml new file mode 100644 index 00000000..2ff19c85 --- /dev/null +++ b/config/bind/bind_views.xml @@ -0,0 +1,168 @@ + + + + + + . + All rights reserved. + */ +/* ========================================================================== */ +/* + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 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. + */ +/* ========================================================================== */ + ]]> + + Describe your package here + Describe your package requirements here + Currently there are no FAQ items provided. + bindviews + 0.1.0 + Bind: Views Settings + /usr/local/pkg/bind.inc + + + Bind Server + +
Services
+ bind.xml +
+ + + Settings + /pkg_edit.php?xml=bind.xml + + + ACLs + /pkg.php?xml=bind_acls.xml + + + Views + /pkg.php?xml=bind_views.xml + + + + Zones + /pkg.php?xml=bind_zones.xml + + + Sync + /pkg_edit.php?xml=bind_sync.xml + + + + ['installedpackages']['bindviews']['config'] + + + View + name + + + Description + description + + on + + + + + View Name + name + Enter the name of the View. + input + + + + Description + description + Enter a description of the View. + input + + + Recursion + recursion + A recursive query occurs when your DNS server is queried for a domain that it currently knows nothing about, in which case it will try to resolve the given host by performing further queries (eg by starting at the root servers and working out, or by simply passing the request to yet another DNS server). + select + + + + + + + Match-clients + match-clients + If either or both of match-clients are missing they default to any (all hosts match). The match-clients statement defines the address_match_list for the source IP address of the incoming messages. + select_source + + name + name + + 03 + + + Allow-recursion + allow-recursion + For example, if you have one DNS server serving your local network, you may want all of your local computers to use your DNS server. + select_source + + name + name + + 03 + + + listtopic + Custom Views + temp + + + Custom Options + bind_custom_options + You can put your own custom options here, separated by semi-colons (;). + textarea + 65 + 5 + + + + bind_views_before_form_dest(&$pkg,"bindacls","name","match-clients"); + bind_views_before_form_dest(&$pkg,"bindacls","name","allow-recursion"); + + + + + bind_sync(); + +
-- cgit v1.2.3