* Update 05-install-cni-plugins.sh
Added checksum checks for cni-plugin. Also allowed for specific version selection. Finally added a fallback to the last installed version.
* Update 05-install-cni-plugins.sh
moved the net.d setup from dns to cni-plugin, so that all the function of cni are in one place.
* Update 10-dns.sh
moved conf files from dns to cni-plugin
* Update 05-install-cni-plugins.sh
Fixed some comments
* Update 05-install-cni-plugins.sh
Fix comments
* Update 10-dns.sh
Updated the cni plugin to resolve some issues with vlans.
* Update install-cni-plugins.sh
Updated cni plugin version to later version to resolve clan issues with some containers.
* Update 25-homebridge.sh
Updated cni plugin version to resolve clan issues.
* Delete 10-dns.sh
* Delete install-cni-plugins.sh
* Create install-cni-plugins.sh
* Delete install-cni-plugins.sh
* Create 15-test.sh
* Support caching in install-cni-plugins.sh (#114)
* Support caching in install-cni-plugins.sh
* Update README
Conflicts:
dns-common/on_boot.d/10-dns.sh
* removed unused file
Co-authored-by: Adam Bolsover <bowseruk@users.noreply.github.com>
The script failed for me when I initially ran it and needed to reprovision the UDM. Hopefully, this saves someone else the headache of the script failing.
* AdGuardHome: fix order of operations
Fix the initial order of operations that causes initial setup issues.
fixes#107.
* AdGuardHome: clean up some info with formatting
* AdGuardHome: add troubleshooting info
Hopefully this will help folks in #107 solve their issues.
* 10-dns: always write out the symlinks
Skip spitting an error about the fact that the symlinks already exist.
Just write them anyway.