From 74748ca1af685ab033c29777c2522b05feb1e986 Mon Sep 17 00:00:00 2001 From: John D <427295+boostchicken@users.noreply.github.com> Date: Thu, 24 Dec 2020 14:59:52 -0800 Subject: [PATCH] Update README.md --- run-pihole/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-pihole/README.md b/run-pihole/README.md index 9edb6aa..97b04b4 100644 --- a/run-pihole/README.md +++ b/run-pihole/README.md @@ -11,7 +11,7 @@ ## Customization -* Feel free to change [20-dns.conflist](../cni-plugins/20-dns.conflist) to change the IP address of the container. +* Feel free to change [20-dns.conflist](../cni-plugins/20-dns.conflist) to change the IP address and MAC address of the container. * Update [10-dns.sh](../dns-common/on_boot.d/10-dns.sh) with your own values * If you want IPv6 support use [20-dnsipv6.conflist](../cni-plugins/20-dnsipv6.conflist) and update [10-dns.sh](../dns-common/on_boot.d/10-dns.sh) with the IPv6 addresses. Also, please provide IPv6 servers to podman using --dns arguments.