mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-18 06:08:21 +00:00
10 lines
192 B
Plaintext
10 lines
192 B
Plaintext
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 |