Change bind -> bind9 in docs, sample configs
`bind9` is the proper name for the backend Change-Id: I84268f6c97f67eff4a29ee6743a0d8faa25e41e2
This commit is contained in:
parent
24a66692df
commit
efa6d234a3
@ -43,7 +43,7 @@
|
||||
port: 53
|
||||
|
||||
targets:
|
||||
- type: bind
|
||||
- type: bind9
|
||||
description: BIND9 Server 1
|
||||
masters:
|
||||
- host: 192.0.2.1
|
||||
@ -52,7 +52,7 @@
|
||||
rndc_host: 192.0.2.2
|
||||
rndc_port: 953
|
||||
rndc_key_file: /etc/designate/rndc.key
|
||||
- type: bind
|
||||
- type: bind9
|
||||
description: BIND9 Server 2
|
||||
masters:
|
||||
- host: 192.0.2.1
|
||||
|
@ -1,5 +1,5 @@
|
||||
targets:
|
||||
- type: bind
|
||||
- type: bind9
|
||||
description: BIND9 Server 1
|
||||
|
||||
# List out the designate-mdns servers from which BIND servers should
|
||||
|
@ -25,7 +25,7 @@
|
||||
# List out the targets for this pool. For BIND, most often, there will be one
|
||||
# entry for each BIND server.
|
||||
targets:
|
||||
- type: bind
|
||||
- type: bind9
|
||||
description: BIND9 Server 1
|
||||
|
||||
# List out the designate-mdns servers from which BIND servers should
|
||||
@ -42,7 +42,7 @@
|
||||
rndc_port: 953
|
||||
rndc_key_file: /etc/designate/rndc.key
|
||||
|
||||
- type: bind
|
||||
- type: bind9
|
||||
description: BIND9 Server 2
|
||||
|
||||
# List out the designate-mdns servers from which BIND servers should
|
||||
|
@ -74,7 +74,7 @@
|
||||
# List out the targets for this pool. For BIND, most often, there will be one
|
||||
# entry for each BIND server.
|
||||
targets:
|
||||
- type: bind
|
||||
- type: bind9
|
||||
description: BIND9 Server 1
|
||||
|
||||
# List out the designate-mdns servers from which BIND servers should
|
||||
@ -91,7 +91,7 @@
|
||||
rndc_port: 953
|
||||
rndc_key_file: /etc/designate/rndc.key
|
||||
|
||||
- type: bind
|
||||
- type: bind9
|
||||
description: BIND9 Server 2
|
||||
|
||||
# List out the designate-mdns servers from which BIND servers should
|
||||
|
Loading…
Reference in New Issue
Block a user