From 18533369a719d2956600d1b46408357372816afc Mon Sep 17 00:00:00 2001 From: Marcello Coutinho Date: Tue, 8 Oct 2013 10:37:57 -0300 Subject: bind - Fix typos Thanks to phil-davis --- config/bind/bind.inc | 14 +++++++------- config/bind/bind.xml | 12 ++++++------ config/bind/bind_sync.xml | 2 +- config/bind/bind_zones.xml | 6 +++--- 4 files changed, 17 insertions(+), 17 deletions(-) (limited to 'config/bind') diff --git a/config/bind/bind.inc b/config/bind/bind.inc index 65d3c4f7..9d436e4e 100644 --- a/config/bind/bind.inc +++ b/config/bind/bind.inc @@ -45,8 +45,8 @@ function bind_sync(){ $bind = $config["installedpackages"]["bind"]["config"][0]; $bind_enable = $bind['enable_bind']; $bind_forwarder = $bind['bind_forwarder']; - $forwader_ips = $bind['bind_forwader_ips']; - $ram_limite = $bind['bind_ram_limite']; + $forwarder_ips = $bind['bind_forwarder_ips']; + $ram_limit = $bind['bind_ram_limit']; $hide_version = $bind['bind_hide_version']; $bind_notify = $bind['bind_notify']; $custom_options = base64_decode($bind['bind_custom_options']); @@ -62,7 +62,7 @@ $bind_conf .= << Enable Notify bind_notify - Update imediaty slave zone + Notify slave server after any update on master. checkbox @@ -151,7 +151,7 @@ Limitar Memory RAM - bind_ram_limite + bind_ram_limit Limits the use of RAM for the DNS when much use does not exhaust the resources of the machine, recommend 256M input 80 @@ -181,18 +181,18 @@ bind_forwarder Forwardes enable DNS Bind on Server. checkbox - bind_forwader_ips + bind_forwarder_ips Forwarder IPs - bind_forwader_ips - Paste here ips do forwarder. Separate by semi-colons (;). [Applies only to Forwarder mode] + bind_forwarder_ips + Enter IPs to forward. Separate by semi-colons (;). [Applies only to Forwarder mode] input 80 listtopic - Custon Options + custom Options temp01 diff --git a/config/bind/bind_sync.xml b/config/bind/bind_sync.xml index 7fde2eb5..d81f7803 100644 --- a/config/bind/bind_sync.xml +++ b/config/bind/bind_sync.xml @@ -8,7 +8,7 @@ /* ========================================================================== */ /* bind_sync.xml - part of the sarg package for pfSense + part of the Bind package for pfSense Copyright (C) 2013 Marcello Coutinho All rights reserved. */ diff --git a/config/bind/bind_zones.xml b/config/bind/bind_zones.xml index 577b6cad..0656aec7 100644 --- a/config/bind/bind_zones.xml +++ b/config/bind/bind_zones.xml @@ -153,8 +153,8 @@ checkbox - Custon Option - custon + custom Option + custom You can put your own custom options here, separated by semi-colons (;). textarea 65 @@ -176,7 +176,7 @@ IP Master Zone slaveip - In which case the zone is slave, enter the IP address of the master DNS zone. + If zone is slave, enter the IP address of the master DNS zone. input -- cgit v1.2.3