passthrough ok

This commit is contained in:
pvincent
2024-04-21 22:06:57 +04:00
parent bcaab103ea
commit 97139919fb
6 changed files with 123 additions and 12 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ function create() {
packages_string=$(join ', ' "${packages[@]}")
timezone=$(cat /etc/timezone)
debian_repo=$(cat /etc/apt/sources.list | head -n1 | cut -d '/' -f3)
debian_repo=$(grep ^deb /etc/apt/sources.list | head -n1 | cut -d '/' -f3)
user_data="$(
cat <<EOF
+7 -9
View File
@@ -463,23 +463,21 @@ if containsElement options "config"; then
fi
fi
DMZ_CONTAINER=$(get_unique_container_dmz)
DMZ_IP=$(get_dmz_ip)
readonly DMZ_IP DMZ_CONTAINER
if check_expand_conf; then
archive_allconf
expand_conf
check_resolv_conf
build_nftables
prepare_containers
DMZ_CONTAINER=$(get_unique_container_dmz)
readonly DMZ_CONTAINER
build_services
DMZ_IP=$(get_dmz_ip)
readonly DMZ_IP
build_dmz_reverseproxy
build_routes
build_monit
else
build_routes
monit_show
fi
monit_show