Skip to content

Instantly share code, notes, and snippets.

@emreberber
Created March 7, 2019 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emreberber/d9d8ff349465dfe231b0bd56beccbe22 to your computer and use it in GitHub Desktop.
Save emreberber/d9d8ff349465dfe231b0bd56beccbe22 to your computer and use it in GitHub Desktop.
Flush the DNS Cache on Ubuntu
Method 1: Using systemd-resolve to flush DNS-Cache
$ sudo systemd-resolve --flush-caches
$ sudo systemd-resolve --statistics
---------------------------------------------------
Method 2: Using dns-clean to flush DNS-Cache
$ sudo /etc/init.d/dns-clean start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment