[PR #1041] [CLOSED] Updated resolver-config conversion #3343

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

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/1041
Author: @JonasVgt
Created: 4/26/2021
Status: Closed

Base: developHead: patch-1


📝 Commits (2)

  • 1a64d44 Merge pull request #955 from jc21/develop
  • 75062bc Added "%" as a field separator

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 docker/rootfs/etc/services.d/nginx/run (+1 -1)

📄 Description

Added "%" as a field separator in the conversion from resolv.conf to resolvers.conf.

Nginx doesn't allow zone-indices and will throw the following error

nginx: [emerg] invalid IPv6 address in resolver "[xxxx::xxxx:xxxx:xxxx:xxxx%2]" in /etc/nginx/conf.d/include/resolvers.conf:1
finish: applet not found

This will remove the zone index of link-local addresses and fixes the issue #1015.
More details in issue #1015


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NginxProxyManager/nginx-proxy-manager/pull/1041 **Author:** [@JonasVgt](https://github.com/JonasVgt) **Created:** 4/26/2021 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`1a64d44`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/1a64d44857b8db488f56567b743f787b61e1f7a4) Merge pull request #955 from jc21/develop - [`75062bc`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/75062bcf846573e4be7696e4097716fe7e950b5b) Added "%" as a field separator ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docker/rootfs/etc/services.d/nginx/run` (+1 -1) </details> ### 📄 Description Added "%" as a field separator in the conversion from resolv.conf to resolvers.conf. Nginx doesn't allow zone-indices and will throw the following error ``` nginx: [emerg] invalid IPv6 address in resolver "[xxxx::xxxx:xxxx:xxxx:xxxx%2]" in /etc/nginx/conf.d/include/resolvers.conf:1 finish: applet not found ``` This will remove the zone index of link-local addresses and fixes the issue #1015. More details in issue #1015 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 07:38:57 +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#3343
No description provided.