"Updates"

This commit is contained in:
2025-10-20 14:27:01 +02:00
parent 33d77d76e7
commit bd3669e206
2 changed files with 10 additions and 6 deletions

View File

@@ -86,8 +86,8 @@ iface wlan0 inet static
address 192.168.1.xx
netmask 255.255.255.0
gateway 192.168.1.254
dns-nameservers 1.1.1.1
dns-nameservers 1.0.0.1
    dns-nameservers 45.90.28.0
    dns-nameservers 45.90.30.0
# This is an autoconfigured IPv6 interface
iface end0 inet6 auto
@@ -141,14 +141,15 @@ iface lo inet loopback
# allow-hotplug end0
auto end0
iface end0 inet static
    address 192.168.1.12
    netmask 255.255.255.0
    gateway 192.168.1.254
address 192.168.1.xx
netmask 255.255.255.0
gateway 192.168.1.254
    dns-nameservers 45.90.28.0
    dns-nameservers 45.90.30.0
# This is an autoconfigured IPv6 interface
iface end0 inet6 auto
```
```bash
@@ -169,7 +170,7 @@ network:
    end0:
      dhcp4: no
      addresses:
        - 192.168.1.13/24
        - 192.168.1.xx/24
      routes:
        - to: default
          via: 192.168.1.254