https://askubuntu.com/questions/2219/how-do-i-clear-the-dns-cache
From Ubuntu 17.04 and onwards, systemd-resolve is used for DNS. You can flush systemd's caches like so:
sudo systemd-resolve --flush-caches
sudo resolvectl flush-caches