diff options
author | 2017-04-06 09:43:41 +0200 | |
---|---|---|
committer | 2017-04-06 09:43:41 +0200 | |
commit | 2196dde9da1cd8dd17367831c4938213edd0c7f3 (patch) | |
tree | 9bd78699ae62e035364782db0afa62bc900428e6 | |
parent | 7f72c11716707ba3dbabab2dfaf1b2ec568e2974 (diff) | |
download | coredns-2196dde9da1cd8dd17367831c4938213edd0c7f3.tar.gz coredns-2196dde9da1cd8dd17367831c4938213edd0c7f3.tar.zst coredns-2196dde9da1cd8dd17367831c4938213edd0c7f3.zip |
this paragraph was redundant (#611)
-rw-r--r-- | README.md | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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. |