Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Knot DNS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
22
Issues
22
List
Boards
Labels
Service Desk
Milestones
Merge Requests
18
Merge Requests
18
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Knot projects
Knot DNS
Commits
0260c0a3
Commit
0260c0a3
authored
Aug 29, 2014
by
Marek Vavruša
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: clarified xfr-in accepting multiple remotes
parent
cea22984
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
NEWS
NEWS
+1
-1
doc/configuration.rst
doc/configuration.rst
+6
-0
No files found.
NEWS
View file @
0260c0a3
...
...
@@ -68,7 +68,7 @@ Features:
- Synthetic IPv4/IPv6 reverse/forward records (optional module)
- dnstap support in both utilities & server (optional module)
- NOTIFY message support and new TSIG section in kdig
-
Multi-master support
-
Zone transfer master failover
Improvements:
-------------
...
...
doc/configuration.rst
View file @
0260c0a3
...
...
@@ -79,6 +79,12 @@ AXFR::
}
}
Note that the ``xfr-in`` option accepts a list of multiple remotes.
The first remote in the list is used as a primary master, and the rest is used
for failover should the connection with the primary master fail.
The list is rotated in this case, and a new primary is elected.
The preference list is reset on the configuration reload.
You can also use TSIG for access control. For this, you need to configure a TSIG key
and assign it to a remote. Supported algorithms for TSIG key are:
| ``hmac-md5, hmac-sha1, hmac-sha224, hmac-sha256, hmac-sha384, hmac-sha512``
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment