Skip to main content
Solved

Remove manually configured client DNS entries

  • May 28, 2018
  • 1 reply
  • 17 views

Forum|alt.badge.img+3

Hello.

I was hoping someone could point me in the right direction. I'm looking for a script/command to remove client side DNS entries which were manually configured. So say I configure my DNS for Wi-Fi as 1.1.1.1, I would like something in the background which would remove these entries.

I've seen from apple docs that I can set DNS servers, but not delete them.

networksetup -setdnsservers "Built-in Ethernet" 192.168.100.100 192.168.100.12

Best answer by argo

Hey

Should be:

networksetup -setdnsservers (network name) empty

1 reply

Forum|alt.badge.img+4
  • New Contributor
  • Answer
  • May 28, 2018

Hey

Should be:

networksetup -setdnsservers (network name) empty