* add support for multiple keys to be added; converts private key to dropbear for unifi scp use
* change ssh id filename for dropbear default
using .ssh/id_dropbear is dropbear's default id file so no need to use
`ssh -i /root/id_rsa`
any more.
* Add a script to update your pihole container
* Add instructions for upgrading your pihole container
Co-authored-by: Jon Stroud <jon.stroud@keysight.com>
* 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.