diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-06-22 19:22:31 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-06-22 19:22:31 +0000 |
commit | ca8d0b1a4af00516dec73f164d7335c361332634 (patch) | |
tree | e4b5ec0a2f2bf345f15bd9931062f5d2d73c8957 | |
parent | b9083801ea2c7120170b6984fc43cc7574e38d17 (diff) | |
download | pfsense-ca8d0b1a4af00516dec73f164d7335c361332634.zip pfsense-ca8d0b1a4af00516dec73f164d7335c361332634.tar.gz |
Uncomment the squid rdr line.
All I wonder is... How the f* it was commented out before!?
-rw-r--r-- | etc/inc/filter.inc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index 46cd101..d05b540 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -1042,17 +1042,9 @@ EOD; } } - /* XXX: Move this into a /usr/local/pkg/pf/ helper if (is_package_installed("squid") == 1) $natrules .= "rdr on " . $lanif . " inet proto tcp from any to !{$lanip} port www -> 127.0.0.1 port 3128\n"; - XXX: Move this into a /usr/local/pkg/pf/ helper - if (is_package_installed("frickin") == 1) { - $natrules .= "rdr on " . $lanif . " inet proto tcp from any to !{$lanip} port 1723 -> 127.0.0.1 port 1723\n"; - $natrules .= "rdr on " . $lanif . " inet proto gre from any to !{$lanip} -> 127.0.0.1\n"; - } - */ - $natrules .= process_carp_nat_rules(); return $natrules; |