* 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.
* Added container-common
Initial release of container-common section that includes setting a limit of container log size any container can have, to prevent filling up UDM storage with excessive logging.
* Update README.md
Clarified description of max log size
Co-authored-by: TRUPaC <trupac@cs-mapping.com.ua>
Moved from an inline escaping style to shell redirection with parameter
expansion turned off.
Also now supports any directory with *.rules files in /mnt/data/suricata-rules/
to support easier handling of expansion from bundled tar/zip files.