Skip to content

Commit 32e7cfa

Browse files
committed
Revert "feat: Disable IPv6"
This reverts commit 07abae5.
1 parent ba5cbcf commit 32e7cfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ echo "DEBUG, determined RESOLVERS from /etc/resolv.conf: '$RESOLVERS'"
2525
conf=""
2626
for ONE_RESOLVER in ${RESOLVERS}; do
2727
echo "Possible resolver: $ONE_RESOLVER"
28-
conf="resolver $ONE_RESOLVER ipv6=off; "
28+
conf="resolver $ONE_RESOLVER; "
2929
done
3030

3131
echo "Final chosen resolver: $conf"
@@ -407,4 +407,4 @@ echo "Testing nginx config..."
407407
${NGINX_BIN} -t
408408

409409
echo "Starting nginx! Have a nice day."
410-
${NGINX_BIN} -g "daemon off;"
410+
${NGINX_BIN} -g "daemon off;"

0 commit comments

Comments
 (0)