[GH-ISSUE #2436] Add dns names to access list #1708

Closed
opened 2026-02-26 07:32:08 +03:00 by kerem · 3 comments
Owner

Originally created by @sam-semillia on GitHub (Nov 28, 2022).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2436

Is your feature request related to a problem? Please describe.

You can only add fixed IP's to access list, no dynamic (remote) dyndns hosts.

Describe the solution you'd like

The access list should allow also hostnames to be entered, instead of IP addresses only. EG you should be able to allow clients from "sub.mydomain.com/32".

Describe alternatives you've considered

No alternatives.

Additional context

Originally created by @sam-semillia on GitHub (Nov 28, 2022). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2436 <!-- Are you in the right place? - If you are looking for support on how to get your upstream server forwarding, please consider asking the community on Reddit. - If you are writing code changes to contribute and need to ask about the internals of the software, Gitter is the best place to ask. - If you think you found a bug with NPM (not Nginx, or your upstream server or MySql) then you are in the *right place.* --> **Is your feature request related to a problem? Please describe.** <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> You can only add fixed IP's to access list, no dynamic (remote) dyndns hosts. **Describe the solution you'd like** <!-- A clear and concise description of what you want to happen. --> The access list should allow also hostnames to be entered, instead of IP addresses only. EG you should be able to allow clients from "sub.mydomain.com/32". **Describe alternatives you've considered** <!-- A clear and concise description of any alternative solutions or features you've considered. --> No alternatives. **Additional context** <!-- Add any other context or screenshots about the feature request here. -->
kerem 2026-02-26 07:32:08 +03:00
Author
Owner

@Ruffythemonkey commented on GitHub (Sep 26, 2023):

Apache2 can this.

  <Proxy http://127.0.0.1:8200>
                Require forward-dns you.dns.com
    </Proxy>
<!-- gh-comment-id:1734797762 --> @Ruffythemonkey commented on GitHub (Sep 26, 2023): Apache2 can this. ``` <Proxy http://127.0.0.1:8200> Require forward-dns you.dns.com </Proxy> ```
Author
Owner

@github-actions[bot] commented on GitHub (Apr 22, 2024):

Issue is now considered stale. If you want to keep it open, please comment 👍

<!-- gh-comment-id:2068345716 --> @github-actions[bot] commented on GitHub (Apr 22, 2024): Issue is now considered stale. If you want to keep it open, please comment :+1:
Author
Owner

@github-actions[bot] commented on GitHub (Jun 14, 2025):

Issue was closed due to inactivity.

<!-- gh-comment-id:2972128586 --> @github-actions[bot] commented on GitHub (Jun 14, 2025): Issue was closed due to inactivity.
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#1708
No description provided.