Use dnsmasq with NetworkManager
Posted on 2018-09-08 in Trucs et astuces • Tagged with linux
This will, for instance, allow you to redirect all matching domains to a certain server: dnsmasq will intercept the DNS query and return the ip you specified.
To do this, edit NetworkManager configuration in /etc/NetworkManager/NetworkManager.conf and add in the main section dns=dnsmasq:
[main] dns=dnsmasq
You …
Continue reading