Update build

This commit is contained in:
Jeroen Oudshoorn
2024-01-09 23:11:21 +01:00
parent 58201ec1ca
commit c9c593b773
7 changed files with 20 additions and 64 deletions

View File

@ -0,0 +1,4 @@
allow-hotplug eth0
iface eth0 inet dhcp
dns-nameservers 1.1.1.1 8.8.8.8
metric 201

View File

@ -0,0 +1,2 @@
auto lo
iface lo inet loopback

View File

@ -0,0 +1,9 @@
allow-hotplug usb0
iface usb0 inet static
dns-nameservers 1.1.1.1 8.8.8.8
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 202

View File

@ -0,0 +1,2 @@
allow-hotplug wlan0
iface wlan0 inet static