Files
pwnagotchi/builder/data/etc/network/interfaces.d/usb0-cfg

9 lines
159 B
Plaintext
Raw Normal View History

2024-01-09 23:11:21 +01:00
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
2024-01-10 23:48:06 +01:00
gateway 10.0.0.1
2024-02-13 23:13:49 +01:00
metric 101