summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_aliases.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-05 05:40:42 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-05 05:40:42 +0000
commit19757279cec94a41dede43b712ead3ab343d28d0 (patch)
treeae342de9e0e7da8f7fbf0098fc46ebd342017f58 /usr/local/www/firewall_aliases.php
parent5c9ac7558dc2643ea974c852037bd879f5c1816b (diff)
downloadpfsense-19757279cec94a41dede43b712ead3ab343d28d0.zip
pfsense-19757279cec94a41dede43b712ead3ab343d28d0.tar.gz
Aliases now work for ports. Add autocomplete hint field for aliases box on rules edit form.
Diffstat (limited to 'usr/local/www/firewall_aliases.php')
-rwxr-xr-xusr/local/www/firewall_aliases.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_aliases.php b/usr/local/www/firewall_aliases.php
index 2695083..6f52816 100755
--- a/usr/local/www/firewall_aliases.php
+++ b/usr/local/www/firewall_aliases.php
@@ -115,7 +115,7 @@ if ($_GET['act'] == "del") {
</tr>
<tr>
<td class="tabcont" colspan="3">
- <p><span class="vexpl"><span class="red"><strong>Note:<br></strong></span>Aliases act as placeholders for real IP addresses and can be used to minimize the number of changes that have to be made if a host or network address changes. You can enter the name of an alias instead of an IP address in all address fields that have a red background. The alias will be resolved to its current address according to the list below. If an alias cannot be resolved (e.g. because you deleted it), the corresponding element (e.g. filter/NAT/shaper rule) will be considered invalid and skipped.</span></p>
+ <p><span class="vexpl"><span class="red"><strong>Note:<br></strong></span>Aliases act as placeholders for real Hosts, Networks or Ports. They can be used to minimize the number of changes that have to be made if a host, network or port changes. You can enter the name of an alias instead of the host, network or port in all fields that have a red background. The alias will be resolved to the alias settings according to the list below. If an alias cannot be resolved (e.g. because you deleted it), the corresponding element (e.g. filter/NAT/shaper rule) will be considered invalid and skipped.</span></p>
</td>
</tr>
</table>
OpenPOWER on IntegriCloud