aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorGravatar Ahmet Alp Balkan <ahmetalpbalkan@gmail.com> 2018-05-22 07:38:25 -0700
committerGravatar Miek Gieben <miek@miek.nl> 2018-05-22 15:38:25 +0100
commit49891d21037fbcf699d9376a39c23762fdb16899 (patch)
treeb6dc5eac97f9c02b37aed613312f131121d8daba /plugin
parent18b92e1117b67d27f98b14b46b19385c2dd23645 (diff)
downloadcoredns-49891d21037fbcf699d9376a39c23762fdb16899.tar.gz
coredns-49891d21037fbcf699d9376a39c23762fdb16899.tar.zst
coredns-49891d21037fbcf699d9376a39c23762fdb16899.zip
Add links to whoami plugin reading material (#1815)
* Add links to whoami plugin reading material * create See Also section
Diffstat (limited to 'plugin')
-rw-r--r--plugin/whoami/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugin/whoami/README.md b/plugin/whoami/README.md
index 044e53790..1df6df13e 100644
--- a/plugin/whoami/README.md
+++ b/plugin/whoami/README.md
@@ -49,3 +49,10 @@ When queried for "example.org A", CoreDNS will respond with:
example.org. 0 IN A 10.240.0.1
_udp.example.org. 0 IN SRV 0 0 40212
~~~
+
+## See Also
+
+[Read the blog post][blog] on how this plugin is built, or [explore the source code][code].
+
+[blog]: https://coredns.io/2017/03/01/how-to-add-plugins-to-coredns/
+[code]: https://github.com/coredns/coredns/blob/master/plugin/whoami/