Hello,
I am trying to use a script to change my DNS settings for the Thunderbolt Ethernet. I am using this script
#!/bin/sh
networksetup -setdnsservers Thunderbolt Ethernet DNS.Address.here
When I run it though I am getting an error saying that Thunderbolt is not a recognized network service. I used the same script for Wi-Fi and it worked without any issues. Is there other wording I need to use instead of Thunderbolt?
Thanks