diff options
author | 2019-11-18 11:10:25 -0500 | |
---|---|---|
committer | 2019-11-18 16:10:25 +0000 | |
commit | 65cae54ddfc5256b4133d0ff9f1e9fbe99579d77 (patch) | |
tree | 89da13aa700e53591ce92778f7971231f9b495ba /plugin.md | |
parent | 54bd9bb0ac882f587eebdecdacb162f6c44b8464 (diff) | |
download | coredns-65cae54ddfc5256b4133d0ff9f1e9fbe99579d77.tar.gz coredns-65cae54ddfc5256b4133d0ff9f1e9fbe99579d77.tar.zst coredns-65cae54ddfc5256b4133d0ff9f1e9fbe99579d77.zip |
Update plugin.md (#3469)
Diffstat (limited to 'plugin.md')
-rw-r--r-- | plugin.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ works, and implement the `ready.Readiness` interface. ## Opening Sockets See the plugin/pkg/reuseport for `Listen` and `ListenPacket` functions. Using these functions makes -you plugin handle reload events better. +your plugin handle reload events better. ## Documentation |