Update build

This commit is contained in:
Jeroen Oudshoorn
2024-01-10 07:30:00 +01:00
parent 5f428fc84c
commit fb8afc7653
2 changed files with 2 additions and 6 deletions

View File

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

View File

@ -1,9 +1,7 @@
allow-hotplug usb0 allow-hotplug usb0
iface usb0 inet static iface usb0 inet static
dns-nameservers 1.1.1.1 8.8.8.8
address 10.0.0.2 address 10.0.0.2
netmask 255.255.255.0 netmask 255.255.255.0
network 10.0.0.0 network 10.0.0.0
broadcast 10.0.0.255 broadcast 10.0.0.255
gateway 10.0.0.1 gateway 10.0.0.1
metric 202