diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-07-11 10:33:53 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-07-11 10:33:53 -0300 |
commit | 41876d865c7c4b6a21df1fcf2981cbe3048c14f5 (patch) | |
tree | 2dfb565afdbdb1100a56285d6989a4a295f6fb45 /syncthing-tor | |
parent | a08b60fa589b37adde59599396f7a761a47aa6e9 (diff) | |
download | utils-tor-41876d865c7c4b6a21df1fcf2981cbe3048c14f5.tar.gz utils-tor-41876d865c7c4b6a21df1fcf2981cbe3048c14f5.tar.bz2 |
Adds syncthing-tor
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 |