Skip to content

Commit

Permalink
Disable ipv6 lookup on resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
riku22 committed Oct 17, 2023
1 parent ef5ffcb commit eaf3f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ server {
# 127.0.0.11 is DNS set up by Docker, see:
# https://docs.docker.com/engine/userguide/networking/configure-dns/
# https://github.com/moby/moby/issues/20026
resolver $RESOLVERS valid=10s;
resolver $RESOLVERS valid=10s ipv6=off;
set $upstream $UPSTREAM_HTTP_ADDRESS;

location / {
Expand Down

0 comments on commit eaf3f10

Please sign in to comment.