aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2020-09-18 11:39:11 +0200
committerGravatar GitHub <noreply@github.com> 2020-09-18 02:39:11 -0700
commit16d489851e47dc3902d17d0eff9b8ba9f3bc70cc (patch)
tree2f7ead72a3efc4e57a8f74486af40d6428075e10 /plugin
parentacf9a0fa19928e605ac8ac3314890c9fef73e16b (diff)
downloadcoredns-16d489851e47dc3902d17d0eff9b8ba9f3bc70cc.tar.gz
coredns-16d489851e47dc3902d17d0eff9b8ba9f3bc70cc.tar.zst
coredns-16d489851e47dc3902d17d0eff9b8ba9f3bc70cc.zip
plugin/hosts: make hosts plugin cursive (#4131)
nit-picking PR, when using the name of the plugin make it cursive. Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'plugin')
-rw-r--r--plugin/hosts/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/hosts/README.md b/plugin/hosts/README.md
index 65b7cbf51..dde6259a6 100644
--- a/plugin/hosts/README.md
+++ b/plugin/hosts/README.md
@@ -6,7 +6,7 @@
## Description
-The hosts plugin is useful for serving zones from a `/etc/hosts` file. It serves from a preloaded
+The *hosts* plugin is useful for serving zones from a `/etc/hosts` file. It serves from a preloaded
file that exists on disk. It checks the file for changes and updates the zones accordingly. This
plugin only supports A, AAAA, and PTR records. The hosts plugin can be used with readily
available hosts files that block access to advertising servers.