You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
991 B
991 B
title | date | categories | tags | |||||||
---|---|---|---|---|---|---|---|---|---|---|
Systemd: flushing the DNS cache | 2022-07-04T17:22:48+02:00 |
|
|
First off I want to say, that Systemd is quite new to me and I always used the old and classic init systems like OpenRC (which is still available on Gentoo---if someone cares about that more than I do).
Now let's start right away, flushing the DNS cache on a linux box using Systemd is not that complicated, but the correct commands should be known.
And this post is all about that:
$ sudo systemd-resolve --flush-caches
You could also use sudo resolvectl flush-caches
if you like or prefer.
Now verify the empty cache:
$ systemd-resolve --statistics
I usually do not need to flush my computers DNS caches, but fiddling with my firewall at home made me use this very often over the last few weeks.