From 5b171ad1b7028456003e8bacdf4a5ae4d11fd5d1 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Fri, 28 Nov 2014 21:03:11 -0600 Subject: Clean up some of BIND text. --- config/bind/bind.inc | 10 +++++----- config/bind/bind.xml | 30 +++++++++++++++--------------- config/bind/bind_acls.xml | 4 ++-- config/bind/bind_views.xml | 2 +- config/bind/bind_zones.xml | 44 ++++++++++++++++++++++---------------------- 5 files changed, 45 insertions(+), 45 deletions(-) (limited to 'config') diff --git a/config/bind/bind.inc b/config/bind/bind.inc index 4f6e0d87..54d536d0 100644 --- a/config/bind/bind.inc +++ b/config/bind/bind.inc @@ -876,13 +876,13 @@ function bind_do_xmlrpc_sync($sync_to_ip, $username, $password, $synctimeout,$ma /* send our XMLRPC message and timeout after defined sync timeout value*/ $resp = $cli->send($msg, $synctimeout); if(!$resp) { - $error = "A communications error occurred while attempting bind XMLRPC sync with {$url}:{$port}."; + $error = "A communications error occurred while attempting BIND XMLRPC sync with {$url}:{$port}."; log_error($error); file_notice("sync_settings", $error, "bind Settings Sync", ""); } elseif($resp->faultCode()) { $cli->setDebug(1); $resp = $cli->send($msg, $synctimeout); - $error = "An error code was received while attempting bind XMLRPC sync with {$url}:{$port} - Code " . $resp->faultCode() . ": " . $resp->faultString(); + $error = "An error code was received while attempting BIND XMLRPC sync with {$url}:{$port} - Code " . $resp->faultCode() . ": " . $resp->faultString(); log_error($error); file_notice("sync_settings", $error, "bind Settings Sync", ""); } else { @@ -905,17 +905,17 @@ function bind_do_xmlrpc_sync($sync_to_ip, $username, $password, $synctimeout,$ma $cli->setCredentials($username, $password); $resp = $cli->send($msg, $synctimeout); if(!$resp) { - $error = "A communications error occurred while attempting bind XMLRPC sync with {$url}:{$port} (pfsense.exec_php)."; + $error = "A communications error occurred while attempting BIND XMLRPC sync with {$url}:{$port} (pfsense.exec_php)."; log_error($error); file_notice("sync_settings", $error, "Bind Settings Sync", ""); } elseif($resp->faultCode()) { $cli->setDebug(1); $resp = $cli->send($msg, $synctimeout); - $error = "[Bind] An error code was received while attempting bind XMLRPC sync with {$url}:{$port} - Code " . $resp->faultCode() . ": " . $resp->faultString(); + $error = "[Bind] An error code was received while attempting BIND XMLRPC sync with {$url}:{$port} - Code " . $resp->faultCode() . ": " . $resp->faultString(); log_error($error); file_notice("sync_settings", $error, "bind Settings Sync", ""); } else { - log_error("Bind XMLRPC reload data success with {$url}:{$port} (pfsense.exec_php)."); + log_error("BIND XMLRPC reload data success with {$url}:{$port} (pfsense.exec_php)."); } } diff --git a/config/bind/bind.xml b/config/bind/bind.xml index beb96589..5e5f9e9b 100644 --- a/config/bind/bind.xml +++ b/config/bind/bind.xml @@ -52,8 +52,8 @@ Bind: Domain Named Settings /usr/local/pkg/bind.inc - Bind Server - Modify Bind settings + BIND Server + Modify BIND settings
Services
/pkg_edit.php?xml=bind.xml
@@ -135,17 +135,17 @@ temp01 - Enable Bind + Enable BIND enable_bind - - Disable Dns forwarder service on selected interfaces before enabling bind.]]> + + Disable DNS Forwarder and Resolver services on selected interfaces before enabling BIND.]]> checkbox - Listen-on + Listen on listenon - + interfaces_selection @@ -160,7 +160,7 @@ Hide Version bind_hide_version - Hide the version of BIND (do not process queries to version.bind at all). This makes it more difficult to exploit the server. + Hide the version of BIND (ignore queries for version.bind). checkbox @@ -179,13 +179,13 @@ Enable logging bind_logging - system logs -> resolver menu.]]> + System logs, Resolver tab.]]> checkbox - Loggin serverity + Logging serverity log_severity - + use CTRL+click to select/unselect.
The value 'dynamic' means assume the global level defined by either the command line parameter -d or by running rndc trace.]]>
select @@ -202,7 +202,7 @@
- Loggin options + Logging options log_options use CTRL+click to select/unselect.]]> @@ -266,16 +266,16 @@ temp01 - Forwarder + Enable Forwarding bind_forwarder - Forwardes enable DNS Bind on Server. + Enable forwarding queries to other DNS servers listed below rather than this server performing its own recursion. checkbox bind_forwarder_ips Forwarder IPs bind_forwarder_ips - Enter IPs to forward. Separate by semi-colons (;). [Applies only to Forwarder mode] + Enter IPs of DNS servers to use for recursion. Separate by semi-colons (;). Applies only if Enable Forwarding is chosen. input 80 diff --git a/config/bind/bind_acls.xml b/config/bind/bind_acls.xml index dbd9e29d..c9b49f47 100644 --- a/config/bind/bind_acls.xml +++ b/config/bind/bind_acls.xml @@ -48,10 +48,10 @@ Currently there are no FAQ items provided. bindacls 0.1.0 - Bind: ACLs Settings + BIND: ACLs Settings /usr/local/pkg/bind.inc - Bind Server + BIND Server
Services
bind.xml diff --git a/config/bind/bind_views.xml b/config/bind/bind_views.xml index a6c42552..505f2b0d 100644 --- a/config/bind/bind_views.xml +++ b/config/bind/bind_views.xml @@ -51,7 +51,7 @@ Bind: Views Settings /usr/local/pkg/bind.inc - Bind Server + BIND Server
Services
bind.xml diff --git a/config/bind/bind_zones.xml b/config/bind/bind_zones.xml index d771ada6..1576cd79 100644 --- a/config/bind/bind_zones.xml +++ b/config/bind/bind_zones.xml @@ -48,10 +48,10 @@ Currently there are no FAQ items provided. bindzone none - Bind: Zones Settings + BIND: Zones Settings /usr/local/pkg/bind.inc - Bind Server + BIND Server
Services
bind.xml @@ -118,22 +118,22 @@ Disable this zone disabled - + checkbox Zone Name name - - For reverse zones, include zone ip in reverse order or following your provider instructions.(Ex: 1.168.192)
- IN-ADDR.ARPA will be automaticaly included on conf files when reverse zone option is checked.]]>
+ + For reverse zones, include zone IP in reverse order. (e.g. 1.168.192)
+ IN-ADDR.ARPA will be automaticaly included in config files when reverse zone option is checked.]]>
input
Description description - Enter the description for this zone. + Enter a description for this zone. input 70 @@ -167,7 +167,7 @@ checkbox - custom Option + Custom Option custom You can put your own custom options here. textarea @@ -184,7 +184,7 @@ Inline Signing dnssec backupkeys - Enable inline DNSSEC Signing afor this zones.]]> + Enable inline DNSSEC signing for this zone.]]> checkbox @@ -194,10 +194,10 @@ checkbox - DS set + DSSET dsset - - Upload this ds set to your domain root server.]]> + + Upload this DSSET to your domain root server.]]> textarea 75 3 @@ -211,7 +211,7 @@ Master Zone IP slaveip - If zone is slave, enter the IP address of the master DNS zone. + If this is a slave zone, enter the IP address of the master DNS server. input @@ -222,7 +222,7 @@ Forwarders forwarders - Enter forwarders IPs for this domain. Separate by semi-colons (;). + Enter forwarder IPs for this domain. Separate by semicolons (;). input 70 @@ -245,9 +245,9 @@ input - Base Domain ip + Base Domain IP ipns - Enter ip address for base domain lookup. Ex: nslookup mydomain.com + Enter IP address for base domain lookup. Ex: nslookup mydomain.com input @@ -259,7 +259,7 @@ Serial serial - Parsed value for the slave to update the DNS Zone + Parsed value for the slave to update the DNS zone input @@ -333,7 +333,7 @@ Enter Domain records. - "Record" is the name or last octec of ip. Sample: www or pop
+ "Record" is the name or last octet of IP. Example: www or pop
"Type" is the type of the record Sample: A CNAME MX NS
"Priority" in used only in mx records to define its priority
"Alias or IP address" is the destination host or ip address.

@@ -377,7 +377,7 @@ Alias or IP address hostdst - Enter the IP address or CNAME destination for Domain (ex: 10.31.11.1 or mail.example.com) + Enter the IP address or FQDN destination for domain MX (ex: 10.31.11.1 or mail.example.com) input 35 @@ -398,7 +398,7 @@ customzonerecords - + This can be used for a fast migration setup.]]> textarea 84 @@ -409,12 +409,12 @@ listtopic - Resulting Zone config file + Resulting zone config file resultconfig - Resulting bind config file for this zone. + Resulting BIND config file for this zone. textarea 84 15 -- cgit v1.2.3