From 2b81eb361ef2074d8ce60484e4a41a426be2ab23 Mon Sep 17 00:00:00 2001 From: Stuart Wyatt Date: Tue, 7 Apr 2015 13:29:45 -0700 Subject: BIND package code clean up Code cleanup to reflect coding style guidelines and consistency Tabs only, always uses braces, spacing C/C++ style comments Use array_key_exists instead of key_exists $config[] keys are always enclosed in quotes and use single quotes for literals --- config/bind/bind_views.xml | 128 ++++++++++++++++++++++++--------------------- 1 file changed, 69 insertions(+), 59 deletions(-) (limited to 'config/bind/bind_views.xml') diff --git a/config/bind/bind_views.xml b/config/bind/bind_views.xml index 505f2b0d..7d38f481 100644 --- a/config/bind/bind_views.xml +++ b/config/bind/bind_views.xml @@ -2,8 +2,8 @@ - - + - - Describe your package here - Describe your package requirements here - Currently there are no FAQ items provided. + + Describe your package here + Describe your package requirements here + Currently there are no FAQ items provided. bindviews 0.1.0 Bind: Views Settings @@ -56,29 +56,29 @@
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 - - + + + 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'] @@ -106,19 +106,26 @@ 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 - - - - + 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. + 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 @@ -129,8 +136,10 @@ 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 + 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 @@ -138,25 +147,26 @@ 03 - listtopic - Custom Views - temp - - - Custom Options - bind_custom_options - You can put your own custom options here, separated by semi-colons (;). - textarea - 65 - 8 - base64 - + listtopic + Custom Views + temp + + + Custom Options + bind_custom_options + You can put your own custom options here, separated by semi-colons (;). + + textarea + 65 + 8 + base64 + - - + + - - - bind_sync(); - + + + bind_sync(); +
-- cgit v1.2.3