unbound: Add better failover config
This commit is contained in:
parent
107a2cd48b
commit
d4bfc7586f
5 changed files with 24 additions and 0 deletions
|
@ -8,6 +8,10 @@ server:
|
|||
|
||||
interface: 172.20.20.10@53
|
||||
interface: 172.20.20.10@853
|
||||
interface: 172.20.20.11@53
|
||||
interface: 172.20.20.11@853
|
||||
interface: 172.20.20.12@53
|
||||
interface: 172.20.20.12@853
|
||||
interface: 172.20.21.1@53
|
||||
|
||||
tls-service-key: {{ tls_private }}/dns.home.foo.sh.key
|
||||
|
|
|
@ -8,6 +8,10 @@ server:
|
|||
|
||||
interface: 172.20.20.10@53
|
||||
interface: 172.20.20.10@853
|
||||
interface: 172.20.20.11@53
|
||||
interface: 172.20.20.11@853
|
||||
interface: 172.20.20.12@53
|
||||
interface: 172.20.20.12@853
|
||||
interface: 172.20.21.2@53
|
||||
|
||||
tls-service-key: {{ tls_private }}/dns.home.foo.sh.key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue