compute/tethering.md
... ...
@@ -33,7 +33,7 @@ Create a new Location in System Preferences -> Network -> Location -> Edit Locat
33 33
Switch off DHCP, and set IPv6 to link-local only.
34 34
Set the IP to whatever you got when you connected normally; subnet mask to 255.255.255.0; and most importantly, **leave the default route blank**. Leave DNS blank as well - we don't need it.
35 35
# Browse
36
-Chrome, Safari, et al use the system proxies, and that doesn't work - DNS has nowhere to go with the manual network setup, so the whole thing breaks, and leaking DNS queries is probably not a good idea if you're using Trip Mode.
36
+Chrome and Safari use the system-set proxies, and that doesn't work - DNS has nowhere to go with the manual network setup, so the whole thing breaks, and leaking DNS queries is probably not a good idea if you're using Trip Mode.
37 37
Firefox will happily use the SOCKS proxy for DNS, though, so that's what we're going to use.
38 38
In Firefox -> Preferences -> Network set the SOCKS proxy to the default route IP you got above, port 8080, SOCKS v5, and select 'Proxy DNS when using SOCKS v5'.
39 39
# SSH