Skip to content
This repository was archived by the owner on Aug 25, 2026. It is now read-only.

Commit b435d10

Browse files
authored
Merge pull request #55 from Start9Labs/update/mac-os-tor2
Small fixes
2 parents 5df308e + 664f221 commit b435d10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/device-guides/mac/tor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@
6666
6767
1. Enable the proxy autoconfig file (This will download the Start9 standard proxy config file. You can use your own if you prefer):
6868
69-
sudo curl https://start9.com/assets/proxy.pac --output /opt/homebrew/var/www/proxy.pac
69+
curl https://start9.com/assets/proxy.pac --output /opt/homebrew/var/www/proxy.pac
7070
7171
1. Go to `System Settings > Network` and select the interface to edit. We recommend editing both Ethernet and WiFi. First do one, then the other:
7272
7373
![Sonoma Network](./assets/tor-sonoma-network.png)
7474
75-
1. Click `Details > Proxies` and paste the following URL into "Automatic Proxy Configuration": `http://localhost/proxy.pac`. Click "OK".
75+
1. Click `Details > Proxies` and paste the following URL into "Automatic Proxy Configuration": `http://localhost:8080/proxy.pac`. Click "OK".
7676
7777
![Sonoma proxy config](./assets/tor-sonoma-proxy-config.png)
7878

0 commit comments

Comments
 (0)