diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:06:16 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:06:16 -0400 |
commit | 161324fed23578d5679eae30deb5730d10938ddb (patch) | |
tree | 71a39038b21f27bb2680cf5afaab8c021c93ebf2 | |
parent | 333a417226353315274d7f53ff41de947910518f (diff) |
network/onionshare: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | network/onionshare/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/network/onionshare/README b/network/onionshare/README index c6fbb9c999f2..51b25a52f46a 100644 --- a/network/onionshare/README +++ b/network/onionshare/README @@ -1,8 +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. +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. |