Created
June 19, 2022 06:39
Revisions
-
CMCDragonkai created this gist
Jun 19, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ # Reload the DNS Cache in Network Manager You may be using NetworkManager with `dnsmasq` as the DNS plugin. If so, it's being used as a local caching nameserver. When its data is outdated, you can force it to reload its DNS cache with: Use: ``` nmcli general reload dns-full ``` You can also use: ``` nmcli general reload ``` Which will reload all network manager configuration.