From 9a6a49ec2d3993061929c6cd2b1cf7cbafe40cb6 Mon Sep 17 00:00:00 2001 From: John D <427295+boostchicken@users.noreply.github.com> Date: Thu, 24 Dec 2020 15:03:21 -0800 Subject: [PATCH] Update 10-dns.sh --- dns-common/on_boot.d/10-dns.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns-common/on_boot.d/10-dns.sh b/dns-common/on_boot.d/10-dns.sh index 20ed985..70aad11 100644 --- a/dns-common/on_boot.d/10-dns.sh +++ b/dns-common/on_boot.d/10-dns.sh @@ -31,7 +31,7 @@ CONTAINER=nextdns CNI_PATH=/mnt/data/podman/cni if [ ! -f "$CNI_PATH"/macvlan ]; then mkdir -p $CNI_PATH - curl -L https://github.com/containernetworking/plugins/releases/download/v0.8.6/cni-plugins-linux-arm64-v0.8.6.tgz | tar -xz -C $CNI_PATH + curl -L https://github.com/containernetworking/plugins/releases/download/v0.9.0/cni-plugins-linux-arm64-v0.9.0.tgz | tar -xz -C $CNI_PATH fi mkdir -p /opt/cni