mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 16:55:56 +03:00
[PR #1466] [MERGED] feat/dns #8434
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#8434
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?
📋 Pull Request Information
Original PR: https://github.com/0xJacky/nginx-ui/pull/1466
Author: @0xJacky
Created: 12/8/2025
Status: ✅ Merged
Merged: 12/8/2025
Merged by: @0xJacky
Base:
dev← Head:feat/dns📝 Commits (10+)
938c80cfeat: dns management8d6250dMerge branch 'dev' into feat/dns39567b2Merge branch 'dev' into feat/dnsc0ab680Merge branch 'dev' into feat/dnsce62d8aMerge branch 'dev' into feat/dnsa61c5e6refactor(dns): streamline domain management functions and enhance validation081d122feat(dns): add value suggestions for DNS record input with autocomplete functionality204de4cfix(dns): handle edge case in record listing pagination2135f3bfix(dns): update credential property name for consistency and add cleanup on component unmount9906ad9feat(dns): implement DDNS management #1194, #1140📊 Changes
56 files changed (+7743 additions, -782 deletions)
View changed files
➕
api/dns/dto.go(+115 -0)➕
api/dns/handler.go(+292 -0)➕
api/dns/router.go(+30 -0)📝
app/components.d.ts(+8 -0)➕
app/src/api/dns.ts(+110 -0)📝
app/src/components/AutoCertForm/DNSChallenge.vue(+36 -9)➕
app/src/constants/dns_providers.ts(+31 -0)📝
app/src/language/ar/app.po(+216 -47)📝
app/src/language/constants.ts(+3 -0)📝
app/src/language/de_DE/app.po(+218 -49)📝
app/src/language/en/app.po(+206 -41)📝
app/src/language/es/app.po(+218 -52)📝
app/src/language/fr_FR/app.po(+218 -52)📝
app/src/language/ja_JP/app.po(+214 -47)📝
app/src/language/ko_KR/app.po(+214 -47)📝
app/src/language/messages.pot(+210 -30)📝
app/src/language/pt_PT/app.po(+218 -49)📝
app/src/language/ru_RU/app.po(+218 -52)📝
app/src/language/tr_TR/app.po(+218 -49)📝
app/src/language/uk_UA/app.po(+218 -49)...and 36 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.