mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #4787] DNS name resolution in Access List #3018
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#3018
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 @savergiggio on GitHub (Oct 4, 2025).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4787
A really big improvement could be the possibility to add a DNS domain as an option in the allowed access list for those , like me, that don't have static ip.
@sopex commented on GitHub (Nov 10, 2025):
That would be a disaster to implement.
@savergiggio commented on GitHub (Nov 11, 2025):
i make a workaround for this problem, if you would like to share this is the repo: https://github.com/savergiggio/NginxProxyManager_DNS_Watcher_AccessList
@sopex commented on GitHub (Nov 11, 2025):
Why don't you create a PR to implement this? Obviously the settings should go to the UI and not the docker compose file.
@savergiggio commented on GitHub (Nov 13, 2025):
I didn't understand what you mean. Could you explain please?
@sopex commented on GitHub (Nov 13, 2025):
A pull request that implements this based on the code you have already written.
@savergiggio commented on GitHub (Nov 19, 2025):
Sorry, I'm not very familiar with PL on GitHub. I would appreciate it if you could consider linking my repository as a solution for 'DNS name resolution in Access List' on your repository's homepage: https://github.com/savergiggio/NginxProxyManager_DNS_Watcher_AccessList
@savergiggio commented on GitHub (Nov 19, 2025):
Hello i tried to make a PL: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/4967 , please let me know thank you