mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #1518] Enhancement: DNS Record Integration with Automatic Domain Matching #3027
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#3027
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 @NemerYTamimi on GitHub (Jan 11, 2026).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1518
Description
Added comprehensive DNS record management capabilities to nginx-ui, enabling automatic domain matching and seamless DNS record integration when creating or editing sites.
Key Features
Backend DNS Checking: Added DNS record existence verification with 10-second timeout protection
DNS Integration Component: New component for managing DNS records during site creation with real-time selection
Auto Domain Matching: Intelligent extraction and matching of domains from nginx server_name directives
Multi-Record Support: Supports A, AAAA, and CNAME record types
Technical Improvements
Enhanced type safety with proper TypeScript annotations (NgxDirective, NgxServer)
Reduced cognitive complexity by extracting helper functions
Added null safety checks and timeout handling
Fixed all TypeScript strict mode errors~
Benefits
Streamlined workflow for managing DNS alongside nginx configs
Prevents hung requests with timeout protection
Type-safe, maintainable code
Reduced manual configuration with intelligent automation