mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
if eth0 exists, enable dhcp on it. for pi3 users
This commit is contained in:
@ -5,6 +5,9 @@ iface lo inet loopback
|
|||||||
allow-hotplug wlan0
|
allow-hotplug wlan0
|
||||||
iface wlan0 inet static
|
iface wlan0 inet static
|
||||||
|
|
||||||
|
allow-hotplug eth0
|
||||||
|
iface eth0 inet dhcp
|
||||||
|
|
||||||
allow-hotplug usb0
|
allow-hotplug usb0
|
||||||
iface usb0 inet static
|
iface usb0 inet static
|
||||||
address 10.0.0.2
|
address 10.0.0.2
|
||||||
|
Reference in New Issue
Block a user