From 41876d865c7c4b6a21df1fcf2981cbe3048c14f5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 11 Jul 2018 10:33:53 -0300 Subject: Adds syncthing-tor --- syncthing-tor | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 syncthing-tor diff --git a/syncthing-tor b/syncthing-tor new file mode 100755 index 0000000..1339532 --- /dev/null +++ b/syncthing-tor @@ -0,0 +1,8 @@ +#!/bin/bash +# +# Simple syncthing Tor wrapper +# + +# See https://docs.syncthing.net/users/proxying.html +export all_proxy=socks5://127.0.0.1:9050 +syncthing -- cgit v1.2.3