[GH-ISSUE #260] IPv6 Resolver Fix #228

Closed
opened 2026-02-26 06:31:38 +03:00 by kerem · 0 comments
Owner

Originally created by @tfmm on GitHub (Dec 16, 2019).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/260

Issue
Currently IPv6 resolvers defined in resolv.conf are being added to /etc/nginx/conf.d/includes/resolvers.conf in plain text. Nginx requires IPv6 resolvers to be enclosed by [].

Issue is present at the very least when running container with Podman, unsure if present when running with Docker.

Describe the solution you'd like
Created PR to fix: https://github.com/jc21/nginx-proxy-manager/pull/246

Originally created by @tfmm on GitHub (Dec 16, 2019). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/260 **Issue** Currently IPv6 resolvers defined in resolv.conf are being added to /etc/nginx/conf.d/includes/resolvers.conf in plain text. Nginx requires IPv6 resolvers to be enclosed by `[]`. Issue is present at the very least when running container with Podman, unsure if present when running with Docker. **Describe the solution you'd like** Created PR to fix: https://github.com/jc21/nginx-proxy-manager/pull/246
kerem 2026-02-26 06:31:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#228
No description provided.