summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2007-11-19 08:38:13 +0000
committerChris Buechler <cmb@pfsense.org>2007-11-19 08:38:13 +0000
commit8eb08ba713d26024a62b9201fb1fbd902a4628ad (patch)
treee2634f92bf1436141a33bc65b47c102ea25a1049 /usr
parent50fa05d1139b44bee2814649c69cac088a053199 (diff)
downloadpfsense-8eb08ba713d26024a62b9201fb1fbd902a4628ad.zip
pfsense-8eb08ba713d26024a62b9201fb1fbd902a4628ad.tar.gz
fix typo and touch up text
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index f512aa4..2ee2362 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -705,10 +705,10 @@ include("head.inc");
</select><br>HINT: Select which type of state tracking mechanism you would like to use. If in doubt, use keep state.
<p>
<table width="90%">
- <tr><td width="25%"><ul><li>keep state</li></td><td>works with TCP, UDP, and ICMP.</ul></td></tr>
- <tr><td width="25%"><ul><li>modulate state</li></td><td>works only with TCP. pfSense will generate strong Initial Sequence Numbers (ISNs) for packets matching this rule.</li></ul></td></tr>
- <tr><td width="25%"><ul><li>synproxy state</li></td><td>proxies incoming TCP connections to help protect servers from spoofed TCP SYN floods. This option includes the functionality of keep state and modulate state combined.</ul></td></tr>
- <tr><td width="25%"><ul><li>none</li></td><td>do not use state mechanisms to keep track. this is only useful if your doing advanced queueing in certain situations. please check the faq.</ul></td></tr>
+ <tr><td width="25%"><ul><li>keep state</li></td><td>Works with TCP, UDP, and ICMP.</ul></td></tr>
+ <tr><td width="25%"><ul><li>modulate state</li></td><td>Works only with TCP. pfSense will generate strong Initial Sequence Numbers (ISNs) for packets matching this rule.</li></ul></td></tr>
+ <tr><td width="25%"><ul><li>synproxy state</li></td><td>Proxies incoming TCP connections to help protect servers from spoofed TCP SYN floods. This option includes the functionality of keep state and modulate state combined.</ul></td></tr>
+ <tr><td width="25%"><ul><li>none</li></td><td>Do not use state mechanisms to keep track. This is only useful if you're doing advanced queueing in certain situations. Please check the documentation.</ul></td></tr>
</table>
</p>
</div>
OpenPOWER on IntegriCloud