aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/frickin/frickin.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/frickin/frickin.inc b/packages/frickin/frickin.inc
index 561cf7a4..ac7c7572 100644
--- a/packages/frickin/frickin.inc
+++ b/packages/frickin/frickin.inc
@@ -115,8 +115,8 @@ function frickin_generate_rules($type) {
case 'nat':
foreach ($ifaces as $iface) {
if(!$iface) {
- log_error("Not installing frickin pptp proxy rule. Please set it up");
- continue;
+ //log_error("Not installing frickin pptp proxy rule. Please set it up");
+ //continue;
}
$rules .= "rdr on $iface proto tcp from any to any port = 1723 -> 127.0.0.1\n";
$rules .= "rdr on $iface inet proto gre all -> 127.0.0.1\n";