From 447283515e83e85f9c5a4acd2ca593f81a545634 Mon Sep 17 00:00:00 2001 From: Daniel Salzman <daniel.salzman@nic.cz> Date: Mon, 18 Aug 2014 20:36:21 +0200 Subject: [PATCH] doc: fix minimal configuration description --- doc/configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/configuration.rst b/doc/configuration.rst index ebd085e1f..edd490d4e 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -36,8 +36,8 @@ Now let's go step by step through this minimal configuration file: * The ``interfaces`` statement defines interfaces where Knot DNS will listen for incoming connections. We have defined two - interfaces: one IPv4 called ``my_interface`` explicitly listening - on port 53 and second IPv6 called ``second_int`` also listening on + interfaces: one IPv4 called ``all_ipv4`` explicitly listening + on port 53 and second IPv6 called ``all_ipv6`` also listening on port 53, which is the default port for the DNS. See :ref:`interfaces`. * The ``log`` statement defines the log facilities for Knot DNS. In this example we told Knot DNS to send its log messages with the severity -- GitLab