From 59faf41fe4b9849a05ff657a59f39858b04d1c4c Mon Sep 17 00:00:00 2001 From: Marek Vavrusa <marek.vavrusa@nic.cz> Date: Wed, 31 Aug 2011 14:08:00 +0200 Subject: [PATCH] Changed default port in sample config. --- samples/knot.sample.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/knot.sample.conf b/samples/knot.sample.conf index 95e68f0e7c..8d47e7fbbe 100644 --- a/samples/knot.sample.conf +++ b/samples/knot.sample.conf @@ -52,7 +52,7 @@ interfaces { # Format 2: <name> { address <address>@<port>; } shortipv4 { - address 127.0.0.1@1234; + address 127.0.0.1@53532; } } -- GitLab