diff --git a/AdguardHome/README.md b/AdguardHome/README.md index 487ace4..aeb4871 100644 --- a/AdguardHome/README.md +++ b/AdguardHome/README.md @@ -18,7 +18,7 @@ ## 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. +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. You should confirm the bridge is created for this VLAN by running `netstat -r` otherwise the script will fail. If it is not there, initiate a provisioning of the UDM (Controller > UDM > Config > Manage Device > Force provision). 1. 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 1. Copy [20-dns.conflist](../cni-plugins/20-dns.conflist) to `/mnt/data/podman/cni` after generating a MAC address. This will create your podman macvlan network. 1. Execute `/mnt/data/on_boot.d/10-dns.sh`