mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 01:15:51 +03:00
[GH-ISSUE #1642] NPM as DNS for pointed base domain #1228
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#1228
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 @itsKV on GitHub (Dec 9, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1642
I have pointed domain name sub.domain.com to NPM as base domain name. But while defining multiple services built on same base domain name, e.g service1.sub.domain.com, service2.sub.domain.com, blog.sub.domain.com, mysql.sub.domain.com, api.sub.domain.com I have to explicitly modify my DNS record every time time for each service as I am using external nameServer, say Cloudflare for the DNS management.
Is there any way so that we only have to point base domain sub.domain.com and rest of the service domains will be taken care by NPM itself at the time of defining proxy hosts on NPM dashboard????
As stated in above description, I would like to keep third party dns proxy like Cloudflare ahead of sub.domain.com for security reason.
btw, thank you for the awesome project @jc21. 👍 #love
@chaptergy commented on GitHub (Dec 9, 2021):
Just create a wildcard dns record for
*.sub.domain.comand all subdomains ofsub.domain.comwill be sent to NPM.