Update various docs details (#396)

* Various docs deficiencies brought up recently

* post-'embassy' Migration guide touchups

* post-'embassy' Migration guide touchups part 2

* post-'embassy' Migration guide touchups part 3
This commit is contained in:
gStart9
2023-06-05 15:13:17 +00:00
committed by GitHub
parent a5acc06a5f
commit 705812a6ff
4 changed files with 27 additions and 17 deletions

View File

@@ -77,10 +77,20 @@ Here we will insert your Start9 server's CA certificate into Linux's trust store
.. group-tab:: CentOS/Fedora
First, ensure mDNS resolution is turned on so you can reach your server:
Ensure ``MulticastDNS=Yes`` is set in /etc/systemd/resolved.conf and then restart systemd-resolved:
.. code-block:: bash
sudo systemctl restart systemd-resolved
Trust your server's CA certificate:
From the folder you have downloaded your Start9 server's Root CA, run the following commands (if you have changed the certificate's filename, be sure to change it here):
.. code-block:: bash
sudo yum install ca-certificates
sudo cp "<custom-address>.crt" /etc/pki/ca-trust/source/anchors/
sudo update-ca-trust

View File

@@ -34,7 +34,7 @@ Once Tor is setup on your system, you can proceed to setup Firefox:
.. figure:: /_static/images/tor/storage-scopes-proxy.jpg
:width: 30%
#. (All users): Search for ``network.proxy.autoconfig_url``, and set the value to ``file:///storage/emulated/0/Download/proxy.pac``.
#. (All users): Search for ``network.proxy.autoconfig_url``, and set the value to ``file:///storage/emulated/0/Download/proxy.pac``. This is the default location of a the proxy.pac file downloaded in step 2, although your path may vary.
.. figure:: /_static/images/tor/autoconfig_url.png
:width: 50%

View File

@@ -5,8 +5,8 @@ Configuring Firefox for Tor on iOS
==================================
.. caution::
This guide assumes you have completed :ref:`setting up Tor for iOS<tor-ios>`. Please visit this section before proceeding as it is required for any regular browser such as Firefox to properly work with Tor.
This guide assumes you have completed :ref:`setting up Tor for iOS<tor-ios>`. Please visit this section before proceeding as it is required for any browser in iOS to work with Tor.
Once Orbot is setup on your system as illustrated at the link above, you don't need to do anything special to have firefox or any other browser proxied via tor. It should just work for any given onion url.
Once Orbot is setup on your system as illustrated at the link above, you don't need to do anything special to have any browser proxied via tor. All browsers in iOS are Safari under the hood, and the way we've configured Orbot makes it so any browser will work for any given onion url, and won't use Tor for regular clearnet requests.