Index: tools/proxy-8.0/wleiden.pl
===================================================================
--- tools/proxy-8.0/wleiden.pl	(revision 8223)
+++ tools/proxy-8.0/wleiden.pl	(revision 8397)
@@ -322,5 +322,12 @@
     $output .= "# Disable routing\n";
     $output .= "gateway_enable=\"no\"\n";
-  }    
+  }   
+
+  # Block these ip's
+  if ( $firewall_block ) {
+    $firewall_block=~s/\n/\ /g;
+    $output .= "\n";
+    $output .= "firewall_block=\"$firewall_block\"";
+  }
 
   return($output);
