Use new DNS servers for shell hosts
This commit is contained in:
parent
8e35d4f0c1
commit
a69a1f5d7d
2 changed files with 2 additions and 2 deletions
|
@ -12,5 +12,5 @@ network_interfaces:
|
||||||
ipaddr: 172.20.30.21
|
ipaddr: 172.20.30.21
|
||||||
netmask: 255.255.255.0
|
netmask: 255.255.255.0
|
||||||
proto: static
|
proto: static
|
||||||
nameservers: [172.20.30.2]
|
nameservers: [172.20.30.10, 172.20.30.11, 172.20.30.12]
|
||||||
ip6addr: none
|
ip6addr: none
|
||||||
|
|
|
@ -12,5 +12,5 @@ network_interfaces:
|
||||||
ipaddr: 172.20.30.22
|
ipaddr: 172.20.30.22
|
||||||
netmask: 255.255.255.0
|
netmask: 255.255.255.0
|
||||||
proto: static
|
proto: static
|
||||||
nameservers: [172.20.30.2]
|
nameservers: [172.20.30.10, 172.20.30.11, 172.20.30.12]
|
||||||
ip6addr: none
|
ip6addr: none
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue