Mac-utils-and-howto: Difference between revisions
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 |
||
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 |
Revision as of 14:24, 12 January 2022
Drop all your Mac info here so it can be found later
Find what DNS server you are using on the Mac
scutil --dns
Find ONLY the namesevers
scutil --dns | grep 'nameserver\[[0-9]*\]'