Use new DNS servers for shell hosts

This commit is contained in:
Timo Makinen 2025-06-17 22:33:22 +00:00
parent 8e35d4f0c1
commit a69a1f5d7d
2 changed files with 2 additions and 2 deletions

View file

@ -12,5 +12,5 @@ network_interfaces:
ipaddr: 172.20.30.21
netmask: 255.255.255.0
proto: static
nameservers: [172.20.30.2]
nameservers: [172.20.30.10, 172.20.30.11, 172.20.30.12]
ip6addr: none

View file

@ -12,5 +12,5 @@ network_interfaces:
ipaddr: 172.20.30.22
netmask: 255.255.255.0
proto: static
nameservers: [172.20.30.2]
nameservers: [172.20.30.10, 172.20.30.11, 172.20.30.12]
ip6addr: none