Added info about bridges

This commit is contained in:
Micah Lee 2020-08-25 17:44:38 -07:00
parent 27ff862a14
commit 7c5d160288
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73
3 changed files with 14 additions and 5 deletions

View File

@ -226,4 +226,13 @@ Add your user to the ``debian-tor`` group by running this command (replace ``use
sudo usermod -a -G debian-tor username sudo usermod -a -G debian-tor username
Reboot your computer. After it boots up again, open OnionShare. Click the Settings icon. Under "How should OnionShare connect to Tor?" choose "Connect using socket file", and set the socket file to be ``/var/run/tor/control``. Under "Tor authentication options" choose "No authentication, or cookie authentication". Click the "Test Settings" button. If all goes well, you should see successfully connect to Tor. Reboot your computer. After it boots up again, open OnionShare. Click the Settings icon. Under "How should OnionShare connect to Tor?" choose "Connect using socket file", and set the socket file to be ``/var/run/tor/control``. Under "Tor authentication options" choose "No authentication, or cookie authentication". Click the "Test Settings" button. If all goes well, you should see successfully connect to Tor.
Using Bridges
-------------
If your access to the internet is censored, you can configure OnionShare to connect to the Tor network using `Tor bridges <https://2019.www.torproject.org/docs/bridges.html.en>`_. If OnionShare successfully connects to Tor, you don't need to use a bridge.
To configure bridges, open OnionShare settings.
You can use the built-in obfs4 pluggable transports, the built-in meek_lite (Azure) pluggable transports, or custom bridges, which you can obtain from Tor's `BridgeDB <https://bridges.torproject.org/>`_. If you need to use a bridge, you should try the built-in obfs4 ones first.

View File

@ -11,7 +11,7 @@ Download
============================================================ ==================================================== ============================================================= ============================================================ ==================================================== =============================================================
.. image:: _static/windows-logo.png .. image:: _static/apple-logo.png .. image:: _static/linux-logo.png .. image:: _static/windows-logo.png .. image:: _static/apple-logo.png .. image:: _static/linux-logo.png
============================================================ ==================================================== ============================================================= ============================================================ ==================================================== =============================================================
`Download for Windows </dist/2.3/onionshare-2.3-setup.exe>`_ `Download for macOS </dist/2.3/OnionShare-2.3.pkg>`_ :ref:`flatpak` `Download for Windows </dist/2.3/onionshare-2.3-setup.exe>`_ `Download for macOS </dist/2.3/OnionShare-2.3.pkg>`_ :ref:`linux`
============================================================ ==================================================== ============================================================= ============================================================ ==================================================== =============================================================
Learn about :ref:`verifying_sigs`. Learn about :ref:`verifying_sigs`.

View File

@ -1,10 +1,10 @@
Installation Installation
============ ============
.. _flatpak: .. _linux:
Flatpak Instructions Linux Instructions
-------------------- ------------------
There are various ways to install OnionShare for Linux, but the recommended way is to use the Flatpak package. Flatpak ensures that you'll always use the most latest dependencies and run OnionShare inside of a sandbox. There are various ways to install OnionShare for Linux, but the recommended way is to use the Flatpak package. Flatpak ensures that you'll always use the most latest dependencies and run OnionShare inside of a sandbox.