From 43699de5043e34ea7ca5b2bd2b4878b112043c33 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Fri, 29 Apr 2016 11:51:13 +0200 Subject: [PATCH] users/firewall: Link to proxy setup --- users/firewall.rst | 5 +++++ users/proxying.rst | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/users/firewall.rst b/users/firewall.rst index a4c8936dc..ca743f954 100644 --- a/users/firewall.rst +++ b/users/firewall.rst @@ -56,3 +56,8 @@ 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. + +Via a Proxy +----------- + +Syncthing can use a SOCKS5 proxy for outbound connections. Please see :ref:`proxying`. \ No newline at end of file diff --git a/users/proxying.rst b/users/proxying.rst index ed4504d82..d70e323c1 100644 --- a/users/proxying.rst +++ b/users/proxying.rst @@ -1,4 +1,4 @@ -.. _proying: +.. _proxying: Using Proxies =============