Closed glenpike closed 6 years ago
If the /etc/dnsmasq.d directory isn't writeable by the pi user, then it won't allow the custom conf to be created. sudo echo... won't work for redirecting the output, so write to a temp file, then copy across with sudo.
sudo echo...
Thanks for this
If the /etc/dnsmasq.d directory isn't writeable by the pi user, then it won't allow the custom conf to be created.
sudo echo...
won't work for redirecting the output, so write to a temp file, then copy across with sudo.