mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 09:55:51 +03:00
[GH-ISSUE #2423] IPv6 ULA creates problem in resolvers.conf #1699
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#1699
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kingfisher77 on GitHub (Nov 23, 2022).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2423
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
We use a dual stack IPv6-ULA/IPv4 custom docker network (together with ipv6 nat container)
This creates an unfortunate situation in /etc/nginx/conf.d/include/resolvers.conf (which is beeing generated from /etc/services.de/nginx/run)
This script generates an IPv6 dns entry in resolvers.conf which cannot resolve internal container service names, which leads to frequent server errors - when nginx randomly uses one of the IPv6 dns addresses for docker service name resolution.
Generated resolver.conf:
resolver 127.0.0.11 [2001:4860:4860::8888] [2001:4860:4860::8844] valid=10s;Nginx Proxy Manager Version
v2.9.19
Expected behavior
resolvers.conf should not have external ipv6 dns server addresses for internal docker service name resolution.
Screenshots
Operating System
Additional context
Not sure how to solve this one. Maybe another switch like "IPV6_RESOLVER=false"
We fixed this behaviour by linking a custom resolvers.conf without IPV6 addresses.
No errors anymore.
@github-actions[bot] commented on GitHub (Feb 4, 2024):
Issue is now considered stale. If you want to keep it open, please comment 👍
@github-actions[bot] commented on GitHub (Mar 21, 2025):
Issue was closed due to inactivity.