Mac-utils-and-howto: Difference between revisions

From I Will Fear No Evil
Jump to navigation Jump to search
(Created page with "Drop all your Mac info here so it can be found later Find what DNS server you are using on the Mac <pre> scutil --dns </pre> Find ONLY the namesevers <pre> scutil --dns | gr...")
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


Find what DNS server you are using on the Mac
Find what DNS server you are using on the Mac
[https://superuser.com/questions/258151/how-do-i-check-what-dns-server-im-using-on-mac-os-x| Origional Source]
<pre>
<pre>
scutil --dns
scutil --dns
Line 11: Line 13:
</pre>
</pre>


Viscosity VPN Gotchas!
* DNS is not used in Viscosity when using a hardline
* DNS is used when on wifi


[[Category: Mac]]
[[Category: Mac]]

Latest revision as of 09:14, 2 November 2022

Drop all your Mac info here so it can be found later

Find what DNS server you are using on the Mac

Origional Source

scutil --dns

Find ONLY the namesevers

scutil --dns | grep 'nameserver\[[0-9]*\]'

Viscosity VPN Gotchas!

  • DNS is not used in Viscosity when using a hardline
  • DNS is used when on wifi