Add unbound for print hosts
This commit is contained in:
parent
32bcba70cb
commit
37bfd27551
3 changed files with 19 additions and 0 deletions
|
@ -4,10 +4,12 @@ network_interfaces:
|
|||
- device: eth0
|
||||
vlan: 20
|
||||
mac: "52:54:00:ac:dc:1b"
|
||||
nameservers: []
|
||||
- device: eth1
|
||||
vlan: 24
|
||||
ipaddr: 172.20.24.2
|
||||
netmask: 255.255.255.0
|
||||
proto: static
|
||||
nameservers: [172.20.24.1,172.20.24.2]
|
||||
|
||||
vip24_priority: 128
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue