Reset DNS configuration
MacOs
Find and remove DNS entry that you created
sudo rm /etc/resolver/dev.local
Linux
Find and remove DNS entry that you created
sudo vim /etc/resolv.conf
Windows
In powershell, list registered DNS entries
DnsClientNrptRule
Get the id and remove DNS entry
Remove-DnsClientNrptRule "${id}"