mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-23 21:30:17 +00:00
Enabling IPv6 on the Pi itself
This commit is contained in:
parent
1ef3ab5af8
commit
1637e9fe58
1 changed files with 10 additions and 0 deletions
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 a new issue