mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 10:19:59 +00:00
Install ca-certificates when unbound installed
This commit is contained in:
@@ -55,6 +55,7 @@ CONFIG_PACKAGE_qrencode=y
|
||||
|
||||
CONFIG_PACKAGE_unbound-daemon=y
|
||||
CONFIG_PACKAGE_luci-app-unbound=y
|
||||
CONFIG_PACKAGE_ca-certificates=y
|
||||
|
||||
# collecd
|
||||
CONFIG_PACKAGE_luci-app-statistics=y
|
||||
|
||||
@@ -39,6 +39,7 @@ CONFIG_PACKAGE_luci-proto-wireguard=y
|
||||
## https dns
|
||||
CONFIG_PACKAGE_unbound-daemon=y
|
||||
CONFIG_PACKAGE_luci-app-unbound=y
|
||||
CONFIG_PACKAGE_ca-certificates=y
|
||||
|
||||
# collecd
|
||||
CONFIG_PACKAGE_luci-app-statistics=y
|
||||
|
||||
@@ -32,6 +32,7 @@ CONFIG_PACKAGE_owut=y
|
||||
## https dns
|
||||
CONFIG_PACKAGE_unbound-daemon=y
|
||||
CONFIG_PACKAGE_luci-app-unbound=y
|
||||
CONFIG_PACKAGE_ca-certificates=y
|
||||
|
||||
# collecd
|
||||
CONFIG_PACKAGE_luci-app-statistics=y
|
||||
|
||||
@@ -76,7 +76,7 @@ if [[ "$DEVICE" =~ Main|main ]]; then
|
||||
PACKAGES="$PACKAGES dnscrypt-proxy2"
|
||||
fi
|
||||
if [[ "$INSTALL_UNBOUND" =~ True|true ]]; then
|
||||
PACKAGES="$PACKAGES unbound-daemon luci-app-unbound"
|
||||
PACKAGES="$PACKAGES unbound-daemon luci-app-unbound ca-certificates"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user