mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Added network files
This commit is contained in:
8
builder/data/etc/network/interfaces.d/usb0-cfg
Normal file
8
builder/data/etc/network/interfaces.d/usb0-cfg
Normal file
@ -0,0 +1,8 @@
|
||||
allow-hotplug usb0
|
||||
iface usb0 inet static
|
||||
address 10.0.0.2
|
||||
netmask 255.255.255.0
|
||||
network 10.0.0.0
|
||||
broadcast 10.0.0.255
|
||||
gateway 10.0.0.1
|
||||
metric 20
|
Reference in New Issue
Block a user