Skip to content

Commit 3f83e3f

Browse files
committed
Revert "feat: Disable IPv6"
This reverts commit 07abae5.
1 parent e625154 commit 3f83e3f

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"
@@ -438,4 +438,4 @@ echo "Testing nginx config..."
438438
${NGINX_BIN} -t
439439

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

0 commit comments

Comments
 (0)