Skip to content

Commit

Permalink
Use OpenDNS secondary DNS in case Google is blocked on the network
Browse files Browse the repository at this point in the history
  • Loading branch information
jiribrejcha authored Aug 16, 2020
1 parent f98a032 commit 66cf49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/interfaces
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ allow-hotplug wlan0
iface wlan0 inet static
address 192.168.42.1
netmask 255.255.255.224
dns-nameservers 8.8.8.8 8.8.4.4
dns-nameservers 8.8.8.8 208.67.222.222
hostapd /etc/hostapd.conf

# USB interface
Expand Down

0 comments on commit 66cf49c

Please sign in to comment.