summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 7f5656f..b6e4b84 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1012,8 +1012,8 @@ function filter_nat_rules_generate() {
$natrules .= <<<EOD
# PPTP
-#rdr on $wanif proto gre from any to any -> $pptpdtarget
-#rdr on $wanif proto tcp from any to any port 1723 -> $pptpdtarget
+rdr on $wanif proto gre from any to any -> $pptpdtarget
+rdr on $wanif proto tcp from any to any port 1723 -> $pptpdtarget
EOD;
}
OpenPOWER on IntegriCloud