Index: tools/proxy-8.0/wleiden.pl
===================================================================
--- tools/proxy-8.0/wleiden.pl	(revision 7396)
+++ tools/proxy-8.0/wleiden.pl	(revision 7410)
@@ -280,4 +280,10 @@
   $output .= "static_routes=\"wleiden\"\n";
   $output .= "route_wleiden=\"-net 172.16.0.0/12 $internalroute\"\n";
+
+  if( $proxyid ) {
+    $output .= "\n";
+    $output .= "sshtun_enable=\"YES\"\n";
+    $output .= "sshtun_port=\"$proxyid\"";
+  }
   return($output);
 };
