From 78e24472b4ada8c0ec8ba0aa7c5a162e1fe49971 Mon Sep 17 00:00:00 2001 From: John D <427295+boostchicken@users.noreply.github.com> Date: Sat, 5 Sep 2020 19:52:45 -0700 Subject: [PATCH] Update README.md --- run-pihole/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/run-pihole/README.md b/run-pihole/README.md index 1e67345..661e32c 100644 --- a/run-pihole/README.md +++ b/run-pihole/README.md @@ -18,9 +18,9 @@ ## Steps 1. On your controller, make a Corporate network with no DHCP server and give it a VLAN. For this example we are using VLAN 5. -2. Copy [10-dns.sh](../dns-common/on_boot.d/10-dns.sh) to /mnt/data/on_boot.d and update its values to reflect your environment -3. Execute /mnt/data/on_boot.d/10-dns.sh -4. Copy [20-dns.conflist](../cni-plugins/20-dns.conflist) to /mnt/data/podman/cni. This will create your podman macvlan network +2 Copy [20-dns.conflist](../cni-plugins/20-dns.conflist) to /mnt/data/podman/cni. This will create your podman macvlan network +3. Copy [10-dns.sh](../dns-common/on_boot.d/10-dns.sh) to /mnt/data/on_boot.d and update its values to reflect your environment +4. Execute /mnt/data/on_boot.d/10-dns.sh 5. Run the pihole docker container, be sure to make the directories for your persistent pihole configuration. They are mounted as volumes in the command below. ```sh