Skip to content

Commit

Permalink
Merge pull request #8 from riku22/disable_ipv6
Browse files Browse the repository at this point in the history
Disable ipv6 lookup on resolver
  • Loading branch information
githubsaturn authored Oct 17, 2023
2 parents ef5ffcb + eaf3f10 commit 74ec02a
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 74ec02a

Please sign in to comment.