From 456fd69d588a94422e31217a358109becf706f4d Mon Sep 17 00:00:00 2001 From: William Desportes Date: Mon, 19 Feb 2024 15:38:38 +0100 Subject: [PATCH] Do not add v6 for now --- user-patches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-patches.sh b/user-patches.sh index 8f99414..5757623 100755 --- a/user-patches.sh +++ b/user-patches.sh @@ -48,7 +48,7 @@ echo "Allow this network (${CONTAINER_NETWORK_V4})" __add_to_postfix_mynetworks 'Container network' "${CONTAINER_NETWORK_V4}" echo "Allow this network (${CONTAINER_NETWORK_V6})" -__add_to_postfix_mynetworks 'Container network' "${CONTAINER_NETWORK_V6}" +#__add_to_postfix_mynetworks 'Container network' "${CONTAINER_NETWORK_V6}" echo 'Add spam check config'