summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_aliases_edit.php
diff options
context:
space:
mode:
authorjim-p <jim@pingle.org>2010-03-11 11:49:01 -0500
committerjim-p <jim@pingle.org>2010-03-11 11:49:45 -0500
commit7a288dc994d7a2f64d3d9fea3605605049b86238 (patch)
tree9de72c6a4ab342776a3b4b5d8bc454566daff4f4 /usr/local/www/firewall_aliases_edit.php
parent19142256b8402c2302aec9cdd8581baa2766bb5f (diff)
downloadpfsense-7a288dc994d7a2f64d3d9fea3605605049b86238.zip
pfsense-7a288dc994d7a2f64d3d9fea3605605049b86238.tar.gz
Add some verbage to the on-screen message stating that IP ranges are available for use as well as CIDR networks in aliases.
Diffstat (limited to 'usr/local/www/firewall_aliases_edit.php')
-rwxr-xr-xusr/local/www/firewall_aliases_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_aliases_edit.php b/usr/local/www/firewall_aliases_edit.php
index c217208..c7c5dfe 100755
--- a/usr/local/www/firewall_aliases_edit.php
+++ b/usr/local/www/firewall_aliases_edit.php
@@ -410,7 +410,7 @@ $port_str = gettext("Port");
$url_str = gettext("URL");
$update_freq_str = gettext("Update Freq.");
-$networks_help = gettext("Networks are specified in CIDR format. Select the CIDR mask that pertains to each entry. /32 specifies a single host, /24 specifies 255.255.255.0, etc. Hostnames (FQDNs) may also be specified, using a /32 mask.");
+$networks_help = gettext("Networks are specified in CIDR format. Select the CIDR mask that pertains to each entry. /32 specifies a single host, /24 specifies 255.255.255.0, etc. Hostnames (FQDNs) may also be specified, using a /32 mask. You may also enter an IP range such as 192.168.1.1-192.168.1.254 and a list of CIDR networks will be derived to fill the range.");
$hosts_help = gettext("Enter as many hosts as you would like. Hosts must be specified by their IP address.");
$ports_help = gettext("Enter as many ports as you wish. Port ranges can be expressed by seperating with a colon.");
$url_help = gettext("Enter as many urls as you wish. Also set the time that you would like the url refreshed in days. After saving {$g['product_name']} will download the URL and import the items into the alias.");
OpenPOWER on IntegriCloud