- Update
/etc/systemd/resolved.conf
[Resolve]
DNS=1.1.1.1 8.8.8.8
FallbackDNS=8.8.4.4
- Restart system resolved:
service systemd-resolved restart
- Run
systemd-resolve --status
the output should look like this:
Global
DNS Servers: 1.1.1.1
8.8.8.8
...
Be First to Comment