mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #1140] Automatically domains resolution with NginxUI DNS instance (or sync with PiHole/Cloudflare) #7745
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#7745
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 @nhths on GitHub (Jun 14, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1140
Is your feature request related to a problem? Please describe.
I'm currently using Nginx UI to manage reverse proxy services for my home network. For external access, I have a global A/CNAME record configured via Cloudflare. Internally, I run Pi-hole with custom DNS entries that point service domains to the local IP address of my reverse proxy.
Describe the solution you'd like
What about to implement a Nginx UI DNS instance, or sync service that can automatically create/update CNAME/A records in Cloudflare and PiHole based on Nginx UI domains? The goal is to synchronize internal and external DNS resolution automatically, so I don’t have to manually maintain both ends.