diff options
author | MDrights <psychi2009@gmail.com> | 2019-01-09 06:57:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-09 06:57:51 +0700 |
commit | 5f349843ff06202e260a5db01ed4152dce1731db (patch) | |
tree | e81fc36213d1b5ff4fa6b1f915e2ff32e959df1c /network/onionshare/README | |
parent | 415181d2b997b0051e100b07fded6938083fd0e5 (diff) |
network/onionshare: Added (anonymous file sharing).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/onionshare/README')
-rw-r--r-- | network/onionshare/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/network/onionshare/README b/network/onionshare/README new file mode 100644 index 0000000000000..c6fbb9c999f26 --- /dev/null +++ b/network/onionshare/README @@ -0,0 +1,9 @@ +OnionShare lets you securely and anonymously send and receive files. +It works by starting a web server, making it accessible as a Tor onion +service, and generating an unguessable web address so others can download +files from you, or upload files to you. It does not require setting up +a separate server or using a third party file-sharing service. + +It also requires obfs4proxy (or others e.g. meek) if tor bridge is used. + +It has templates of torrc which can be found in /usr/share/onionshare/. |