Index: tools/proxy-8.0/wleiden.pl
===================================================================
--- tools/proxy-8.0/wleiden.pl	(revision 8397)
+++ tools/proxy-8.0/wleiden.pl	(revision 8398)
@@ -300,5 +300,5 @@
   }
 
-  if ( $inboundnat =~ /yes/i ) {
+  if ( $nat =~ /yes/i ) {
     $output .= "\n";
     $output .= "# Firewall inbound NAT option\n";
@@ -308,14 +308,4 @@
     $output .= "gateway_enable=\"YES\"\n";
 
-  }
-
-  if ( $nat =~ /yes/i ) {
-    $output .= "\n";
-    $output .= "# Enable nat and stateful firewalling\n";
-    $output .= "pf_enable=\"YES\"\n";
-    $output .= "pf_rules=\"/etc/pf.conf\"\n";
-    $output .= "\n";
-    $output .= "# Enable routing\n";
-    $output .= "gateway_enable=\"yes\"\n";
   } else {
     $output .= "\n";
