Skip to content
Snippets Groups Projects
Commit 8bbd76b3 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Added more servers to knot.full.conf (to show how to specify multiple slaves etc.)

parent 0a03bb13
No related branches found
No related tags found
No related merge requests found
......@@ -80,9 +80,9 @@ remotes {
}
# Format 2: <name> { address <address>@<port>; }
# server1 {
# address 127.0.0.1@53001;
# }
server1 {
address 127.0.0.1@53001;
}
}
# Section 'zones' contains information about zones to be served.
......@@ -154,14 +154,14 @@ zones {
# XFR master server
xfr-in server0;
# ACL list of XFR slaves
xfr-out server0;
# ACL list of XFR slaves
xfr-out server0, server1;
# ACL list of servers allowed to send NOTIFY queries
notify-in server0;
# List of servers to send NOTIFY to
notify-out server0;
notify-out server0, server1;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment