Michał Romak

Results 1 comments of Michał Romak

I had the same issue. Run these commands: `sudo mkdir -p /etc/systemd/resolved.conf.d` `echo -e "[Resolve]\nDNS=127.0.0.1\nDomains=~test\n" \ | sudo tee /etc/systemd/resolved.conf.d/warden.conf > /dev/null` `sudo systemctl restart systemd-resolved` and if you are...