Update proxy.pac location (#436)

* Update proxy.pac location

* start9.com/assets/proxy.pac

* Update site/source/user-manual/connecting/connecting-tor/tor-firefox/torff-windows.rst

---------

Co-authored-by: kn0wmad <39687477+kn0wmad@users.noreply.github.com>
This commit is contained in:
gStart9
2023-07-13 15:44:35 +00:00
committed by GitHub
parent b42e4439ce
commit 32d5708046
4 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ Once Tor is setup on your system, you can proceed to setup Firefox:
.. note:: Regular Firefox offered in the Play Store will not work - be sure to use Firefox Beta.
#. 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>`_.
#. Next, download a `Proxy Auto Config` file that will use Orbot to resolve `.onion` URLs. We have one hosted `here <https://start9.com/assets/proxy.pac>`_.
#. Navigate to ``about:config`` in the Firefox URL bar.

View File

@@ -25,7 +25,7 @@ Configuring Firefox for Tor on Linux
.. code-block::
sudo wget -P /etc/tor https://registry.start9labs.com/sys/proxy.pac
sudo wget -P /etc/tor https://start9.com/assets/proxy.pac
#. Now, back in your Firefox web browser, select ``Settings`` from the right-hand hamburger menu:

View File

@@ -22,7 +22,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.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:
- Click `here <https://start9.com/assets/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::

View File

@@ -72,7 +72,7 @@ Enable Tor System-wide
.. code-block:: bash
sudo curl https://registry.start9labs.com/sys/proxy.pac --output /Library/WebServer/Documents/proxy.pac
sudo curl https://start9.com/assets/proxy.pac --output /Library/WebServer/Documents/proxy.pac
#. Now enable apache service:
@@ -122,7 +122,7 @@ Enable Tor System-wide
.. code-block:: bash
sudo curl https://registry.start9labs.com/sys/proxy.pac --output /Library/WebServer/Documents/proxy.pac
sudo curl https://start9.com/assets/proxy.pac --output /Library/WebServer/Documents/proxy.pac
#. Now enable apache service: