Skip to main content

Replace connman's DNS with dnsmasq

Stop connman from managing DNS

You need to add theĀ --nodnsproxy proxy flag to connmand. This can be done by runing devel-su systemctl edit connman and pasting this into there:

[Service]
ExecStart=
ExecStart=/usr/sbin/connmand -n -W nl80211 --nobacktrace --noplugin=wifi --nodnsproxy $SYSCONF_ARGS $CONNMAN_ARGS

Afterwards runĀ devel-su systemctl restart connman.