From 8bbd76b301b73188ca7a93979cf60b9ef3f3f435 Mon Sep 17 00:00:00 2001 From: Marek Vavrusa <marek.vavrusa@nic.cz> Date: Fri, 2 Sep 2011 13:07:06 +0200 Subject: [PATCH] Added more servers to knot.full.conf (to show how to specify multiple slaves etc.) --- samples/knot.full.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/samples/knot.full.conf b/samples/knot.full.conf index 0485464c7b..fc097cfa7e 100644 --- a/samples/knot.full.conf +++ b/samples/knot.full.conf @@ -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; } } -- GitLab