From 565322be5d2d0225a1772f3fe69e31af0639d972 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Thu, 20 Aug 2015 10:06:48 +0200 Subject: [PATCH] Multiple GUI:s are fine nowadays --- users/firewall.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/users/firewall.rst b/users/firewall.rst index 1516c53e2..555d4e6af 100644 --- a/users/firewall.rst +++ b/users/firewall.rst @@ -53,8 +53,3 @@ tunnel instead. You can start a tunnel with a command like the following:: This will bind to your local port 9999 and forward all connections from there to port 8384 on the target machine. This still works even if Syncthing is bound to listen on localhost only. - -You can forward multiple ports corresponding to many machines this way, but -because Syncthing uses session cookies for the entire domain (i.e. your local -machine), you will need to connect to each control panel in a separate browser -instance or explicitly issue a browser reload when switching between them.