mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 10:21:53 +00:00
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:
@@ -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.
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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::
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user