rpi-wifi
rpi-wifi copied to clipboard
nameserver being set to 127.0.0.1 in /etc/resolv.conf
I installed this to a Raspberry Pi Zero W and nameserver
in /etc/resolv.conf
is being set to 127.0.0.1 and preventing wlan0 from having access to the internet
To prevent this you have to add DNSMASQ_EXCEPT=lo
to the end of /etc/default/dnsmasq
When it is added nameserver
is properly set to 8.8.8.8
This may be the solution to #15
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.