diff options
Diffstat (limited to 'syncthing-tor')
-rwxr-xr-x | syncthing-tor | 8 |
1 files changed, 8 insertions, 0 deletions
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 |