From 35a1a07723fa44b078cf12e32d5e912b867155b0 Mon Sep 17 00:00:00 2001 From: BitcoinMechanic Date: Fri, 29 Apr 2022 17:02:51 -0700 Subject: [PATCH] add m1 instructions --- .../connecting-tor/tor-firefox/torff-mac.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/site/source/user-manual/connecting/connecting-tor/tor-firefox/torff-mac.rst b/site/source/user-manual/connecting/connecting-tor/tor-firefox/torff-mac.rst index c91b3b9..5d43e8d 100644 --- a/site/source/user-manual/connecting/connecting-tor/tor-firefox/torff-mac.rst +++ b/site/source/user-manual/connecting/connecting-tor/tor-firefox/torff-mac.rst @@ -27,6 +27,12 @@ Configuring Firefox for Tor on Mac 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/etc/tor https://registry.start9labs.com/sys/proxy.pac + #. Now, back in your Firefox web browser, select ``Settings`` from the right-hand hamburger menu: .. figure:: /_static/images/tor/os_ff_settings.png @@ -45,6 +51,12 @@ Configuring Firefox for Tor on Mac file:///usr/local/etc/tor/proxy.pac + or (depending on which command you entered in step 3): + + .. code-block:: + + file:////opt/homebrew/etc/tor/proxy.pac + #. Then, check the box labeled ``Proxy DNS when using SOCKS v5``: .. figure:: /_static/images/tor/firefox_proxy.png