Skip to content

Commit

Permalink
Update 10-dns.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
boostchicken authored Dec 24, 2020
1 parent e7f9232 commit 9a6a49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns-common/on_boot.d/10-dns.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a6a49e

Please sign in to comment.