Classic Hypervisors
··116 words·1 min
Your network’s default DNS might block queries for Kali’s domain names. If this is the case, you should override your DNS settings to use an alternative DNS server. We recommend to use one of the following:
1.1.1.1
which is operated by Cloudflare8.8.8.8
which is operated by Google9.9.9.9
which is operated by Quad9sudo apt install systemd-resolved
# this is normally enabled by default only after a reboot
sudo systemctl start systemd-resolved.service
sudo resolvectl flush-caches