mirror of
https://github.com/moparisthebest/pi-hole
synced 2024-12-23 07:38:50 -05:00
Enabling IPv6 on the Pi itself
This commit is contained in:
parent
1ef3ab5af8
commit
1637e9fe58
10
advanced/interfaces
Normal file
10
advanced/interfaces
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
auto lo
|
||||||
|
|
||||||
|
iface lo inet loopback
|
||||||
|
iface eth0 inet dhcp
|
||||||
|
iface eth0 inet6 dhcp
|
||||||
|
|
||||||
|
allow-hotplug wlan0
|
||||||
|
iface wlan0 inet manual
|
||||||
|
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
|
||||||
|
iface default inet dhcp
|
Loading…
Reference in New Issue
Block a user