harryallerston / RPI-Wireless-Hotspot

Configure your Raspberry Pi to act as a WPA encrypted WiFi hotspot, sharing the attatched ethernet connection. Allows the selection from a range of common DNS providers, including unblock-us for netflix. Chromecast support with this feature is also configured.
262 stars 100 forks source link

Replaces backup DNS server with Google's 8.8.4.4 #3

Closed davefp closed 10 years ago

davefp commented 10 years ago

4.2.2.2, whilst publicly acessible, is not officially a public DNS server. There's no obligation or guarantee of service.

This patch replaces it with 8.8.4.4, Google's other public DNS server.

harryallerston commented 10 years ago

Good spot!