Merge pull request #199 from Start9Labs/move-proxy-pac-link

site/source/user-manual/connecting/connecting-tor/tor-firefox/torff-a…
This commit is contained in:
BitcoinMechanic
2022-11-13 09:18:47 -08:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ Once Tor is setup on your system, you can proceed to setup Firefox:
1. Download `Firefox Beta <https://play.google.com/store/apps/details?id=org.mozilla.firefox_beta>`_ from the Play Store, or `Fennec <https://f-droid.org/en/packages/org.mozilla.fennec_fdroid/>`_ from F-Droid.
2. Next, download a `Proxy Auto Config` file that will use Orbot to resolve `.onion` URLs. We have one hosted `here <https://registry.start9.com/sys/proxy.pac>`_.
2. Next, download a `Proxy Auto Config` file that will use Orbot to resolve `.onion` URLs. We have one hosted `here <https://registry.start9labs.com/sys/proxy.pac>`_.
3. Navigate to ``about:config`` in the Firefox URL bar.

View File

@@ -31,13 +31,13 @@ Configuring Firefox for Tor on Mac
.. code-block::
wget -P /usr/local/etc/tor https://registry.start9.com/sys/proxy.pac
wget -P /usr/local/etc/tor https://registry.start9labs.com/sys/proxy.pac
On new (M1) Macs this directory may not exist. If so, use this command:
.. code-block::
wget -P /opt/homebrew/bin/tor https://registry.start9.com/sys/proxy.pac
wget -P /opt/homebrew/bin/tor https://registry.start9labs.com/sys/proxy.pac
#. Now, back in your Firefox web browser, select ``Settings`` from the right-hand hamburger menu:

View File

@@ -16,7 +16,7 @@ Configuring Firefox for Tor on Windows
#. Download a *Proxy Auto Config* file to inform Firefox how to use the Tor daemon running on your computer. You can get Start9's standard file by following instructions below:
- Click `here <https://registry.start9.com/sys/proxy.pac>`_ to get the file and save the file somewhere you will not delete it. Remember where you save the file. For this example:
- Click `here <https://registry.start9labs.com/sys/proxy.pac>`_ to get the file and save the file somewhere you will not delete it. Remember where you save the file. For this example:
.. code-block::