networkmanager: Use dnsmasq as DNS caching service
Since we removed systemd-resolvd, there is no caching service anymore. dnsmasq being already in the system, it make sense to use it. BugzID: 59521
This commit is contained in:
parent
1b87b138cd
commit
cd2a4787d3
|
|
@ -1,2 +1,5 @@
|
|||
[main]
|
||||
dns=dnsmasq
|
||||
|
||||
[device]
|
||||
wifi.scan-rand-mac-address=no
|
||||
|
|
|
|||
Loading…
Reference in New Issue