mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Added info about bridges
This commit is contained in:
parent
27ff862a14
commit
7c5d160288
@ -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
|
||||
|
||||
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.
|
||||
|
@ -11,7 +11,7 @@ Download
|
||||
============================================================ ==================================================== =============================================================
|
||||
.. 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`.
|
||||
|
@ -1,10 +1,10 @@
|
||||
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user