From 867432eacaf0996a50149df2b4e61c91b86f0408 Mon Sep 17 00:00:00 2001 From: Brent Baude <bbaude@redhat.com> Date: Thu, 20 Aug 2020 07:39:36 -0500 Subject: [PATCH] rename dnsplugin to dnsname a user @Nuc1eoN pointed out a typo in the name in the readme. Signed-off-by: Brent Baude <bbaude@redhat.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dd84fb..16c9b13 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ the pod and its IP address are added to a network specific hosts file that dnsma is removed from the network, it will remove the entry from the hosts file. Each CNI network will have its own dnsmasq instance. -The *dnsplugin* plugin was specifically designed for the [Podman](https://github.com/containers/libpod) container engine. +The *dnsname* plugin was specifically designed for the [Podman](https://github.com/containers/libpod) container engine. Follow the [mini-tutorial](README_PODMAN.md) to use it with Podman. -- GitLab