From 32d57080461ecaa5d0750c7b74aa1430c3631373 Mon Sep 17 00:00:00 2001 From: gStart9 <106188942+gStart9@users.noreply.github.com> Date: Thu, 13 Jul 2023 15:44:35 +0000 Subject: [PATCH] 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> --- .../connecting/connecting-tor/tor-firefox/torff-android.rst | 2 +- .../connecting/connecting-tor/tor-firefox/torff-linux.rst | 2 +- .../connecting/connecting-tor/tor-firefox/torff-windows.rst | 2 +- .../user-manual/connecting/connecting-tor/tor-os/tor-mac.rst | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/site/source/user-manual/connecting/connecting-tor/tor-firefox/torff-android.rst b/site/source/user-manual/connecting/connecting-tor/tor-firefox/torff-android.rst index 66fc8f6..b1e1ca4 100644 --- a/site/source/user-manual/connecting/connecting-tor/tor-firefox/torff-android.rst +++ b/site/source/user-manual/connecting/connecting-tor/tor-firefox/torff-android.rst @@ -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 `_. +#. Next, download a `Proxy Auto Config` file that will use Orbot to resolve `.onion` URLs. We have one hosted `here `_. #. Navigate to ``about:config`` in the Firefox URL bar. diff --git a/site/source/user-manual/connecting/connecting-tor/tor-firefox/torff-linux.rst b/site/source/user-manual/connecting/connecting-tor/tor-firefox/torff-linux.rst index 7b3f48a..ed0a6b0 100644 --- a/site/source/user-manual/connecting/connecting-tor/tor-firefox/torff-linux.rst +++ b/site/source/user-manual/connecting/connecting-tor/tor-firefox/torff-linux.rst @@ -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: diff --git a/site/source/user-manual/connecting/connecting-tor/tor-firefox/torff-windows.rst b/site/source/user-manual/connecting/connecting-tor/tor-firefox/torff-windows.rst index b5c42cf..932d4c8 100644 --- a/site/source/user-manual/connecting/connecting-tor/tor-firefox/torff-windows.rst +++ b/site/source/user-manual/connecting/connecting-tor/tor-firefox/torff-windows.rst @@ -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 `_ 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 `_ 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:: diff --git a/site/source/user-manual/connecting/connecting-tor/tor-os/tor-mac.rst b/site/source/user-manual/connecting/connecting-tor/tor-os/tor-mac.rst index a9d0a5b..8557702 100644 --- a/site/source/user-manual/connecting/connecting-tor/tor-os/tor-mac.rst +++ b/site/source/user-manual/connecting/connecting-tor/tor-os/tor-mac.rst @@ -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: