Skip to content
Snippets Groups Projects
Unverified Commit 215513a6 authored by Sylvain Lesage's avatar Sylvain Lesage
Browse files

A slave zone may also serve as a master zone at the same time.

parent 349da50a
Branches
Tags v2.4.1
No related merge requests found
Pipeline #17801 failed with stages
in 0 seconds
......@@ -245,6 +245,35 @@ Optionally, a TSIG key can be specified::
address: 192.168.3.0/24
action: transfer
Note that a slave zone may serve as a master zone at the same time::
remote:
- id: master
address: 192.168.1.1@53
- id: slave1
address: 192.168.2.1@53
acl:
- id: notify_from_master
address: 192.168.1.1
action: notify
- id: slave1_acl
address: 192.168.2.1
action: transfer
- id: others_acl
address: 192.168.3.0/24
action: transfer
zone:
- domain: example.com
storage: /var/lib/knot/zones/
file: example.com.zone
master: master
notify: slave1
acl: [notify_from_master, slave1_acl, others_acl]
Dynamic updates
===============
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment