summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-03-04 16:47:47 +0000
committerBill Marquette <billm@pfsense.org>2005-03-04 16:47:47 +0000
commit355229d0f3125699c6acd0c994da754af893ddfe (patch)
treee232118f3c5f6a755645866a063bfe541bcce1b7 /etc
parent38560a2579ca902dfcf6a27f0f0ec2c59cf21972 (diff)
downloadpfsense-355229d0f3125699c6acd0c994da754af893ddfe.zip
pfsense-355229d0f3125699c6acd0c994da754af893ddfe.tar.gz
typo
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 13b80be..b8d0fdc 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -996,7 +996,7 @@ EOD;
$ipfrules .= <<<EOD
# Fix sites that violate RFC 959 which specifies that the data connection
-# be sourced from the command port - 1 (typicaly port 20)
+# be sourced from the command port - 1 (typically port 20)
# This workaround doesn't expose us to any extra risk as we'll still only allow
# connections to the firewall on a port that ftp-proxy is listening on
pass in quick on $wanif inet proto tcp from any to ($wanif) port > 49000 user proxy flags S/SA keep state label "FTP PROXY: RFC959 violation workaround"
OpenPOWER on IntegriCloud