From 2196dde9da1cd8dd17367831c4938213edd0c7f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20G=C3=B6rn?= Date: Thu, 6 Apr 2017 09:43:41 +0200 Subject: [PATCH] this paragraph was redundant (#611) --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 5a74e268a..734535d46 100644 --- a/README.md +++ b/README.md @@ -90,13 +90,6 @@ used. If you have a Corefile without a port number specified it will, by default, use port 53, but you can override the port with the `-dns.port` flag: -~~~ txt -.: { - proxy . 8.8.8.8:53 - log stdout -} -~~~ - `./coredns -dns.port 1053`, runs the server on port 1053. Start a simple proxy, you'll need to be root to start listening on port 53.