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 =============