summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-06-22 20:06:41 -0500
committerChris Buechler <cmb@pfsense.org>2016-06-22 20:07:52 -0500
commit0ce30f4a67cb4aaba736282f16743cc15fafa5e8 (patch)
tree71a49e613a5c90970ba8273d31020b9efc424153
parentde1d4101dfbc2bba7a97b81d5a505e6352261024 (diff)
downloadpfsense-0ce30f4a67cb4aaba736282f16743cc15fafa5e8.zip
pfsense-0ce30f4a67cb4aaba736282f16743cc15fafa5e8.tar.gz
Clarify ports alias hint. Ticket #6523
-rwxr-xr-xsrc/usr/local/www/firewall_aliases_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_aliases_edit.php b/src/usr/local/www/firewall_aliases_edit.php
index ea60a73..92a6ae0 100755
--- a/src/usr/local/www/firewall_aliases_edit.php
+++ b/src/usr/local/www/firewall_aliases_edit.php
@@ -591,7 +591,7 @@ $special_cidr_usage_text = gettext("The value after the \"/\" is the update freq
$help = array(
'network' => gettext("Networks are specified in CIDR format. Select the CIDR mask that pertains to each entry. /32 specifies a single IPv4 host, /128 specifies a single IPv6 host, /24 specifies 255.255.255.0, /64 specifies a normal IPv6 network, etc. Hostnames (FQDNs) may also be specified, using a /32 mask for IPv4 or /128 for IPv6. An IP range such as 192.168.1.1-192.168.1.254 may also be entered and a list of CIDR networks will be derived to fill the range."),
'host' => gettext("Enter as many hosts as desired. Hosts must be specified by their IP address or fully qualified domain name (FQDN). FQDN hostnames are periodically re-resolved and updated. If multiple IPs are returned by a DNS query, all are used. An IP range such as 192.168.1.1-192.168.1.10 or a small subnet such as 192.168.1.16/28 may also be entered and a list of individual IP addresses will be generated."),
- 'port' => gettext("Enter as many ports as desired. Port ranges can be expressed by separating with a colon."),
+ 'port' => gettext("Enter ports as desired, with a single port or port range per entry. Port ranges can be expressed by separating with a colon."),
'url' => gettext("Enter as many URLs as desired. After saving, the URLs will be downloaded and the items imported into the alias. Use only with small sets of IP addresses (less than 3000)."),
'url_ports' => gettext("Enter as many URLs as desired. After saving, the URLs will be downloaded and the items imported into the alias. Use only with small sets of Ports (less than 3000)."),
'urltable' => gettext("Enter a single URL containing a large number of IPs and/or Subnets. After saving, the URLs will be downloaded and a table file containing these addresses will be created. This will work with large numbers of addresses (30,000+) or small numbers.") .
OpenPOWER on IntegriCloud