|
|
@ -542,21 +542,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 |
|
|
|
archive_allconf |
|
|
|
expand_conf |
|
|
|
# check_resolv_conf |
|
|
|
# build_nftables |
|
|
|
# prepare_containers |
|
|
|
# build_services |
|
|
|
check_resolv_conf |
|
|
|
build_nftables |
|
|
|
prepare_containers |
|
|
|
|
|
|
|
DMZ_CONTAINER=$(get_unique_container_dmz) |
|
|
|
build_dmz_reverseproxy |
|
|
|
|
|
|
|
DMZ_IP=$(get_dmz_ip) |
|
|
|
build_services |
|
|
|
build_dmz_certbot |
|
|
|
# build_dmz_reverseproxy |
|
|
|
# build_routes |
|
|
|
# build_monit |
|
|
|
build_routes |
|
|
|
build_monit |
|
|
|
else |
|
|
|
monit_show |
|
|
|
fi |