I am running stubby on a linux platform(RDK-B) in the raspberry pi. I have followed the instructions from https://www.linuxbabe.com/ubuntu/ubuntu-stubby-dns-over-tls and made changes in the /etc/resolv.conf file as follows:
nameserver 127.0.0.1
nameserver 0::1
I would like to disable the dnsmasq which is the default DNS resolver on ubuntu systems and i tried the following command:
systemctl disable dnsmasq.service
But failed to disable dnsmasq.
I also tried to make changes in the /etc/dnsmasq.conf file by adding
port=0;
But still it failed to disable the dnsmasq.
Please let me know if there is any way to disable the dnsmasq.
Thanks in advance.
I am running stubby on a linux platform(RDK-B) in the raspberry pi. I have followed the instructions from https://www.linuxbabe.com/ubuntu/ubuntu-stubby-dns-over-tls and made changes in the /etc/resolv.conf file as follows: nameserver 127.0.0.1 nameserver 0::1 I would like to disable the dnsmasq which is the default DNS resolver on ubuntu systems and i tried the following command: systemctl disable dnsmasq.service But failed to disable dnsmasq.
I also tried to make changes in the /etc/dnsmasq.conf file by adding port=0; But still it failed to disable the dnsmasq. Please let me know if there is any way to disable the dnsmasq. Thanks in advance.