mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
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#3875
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/NginxProxyManager/nginx-proxy-manager/pull/4386
Author: @sylphrena0
Created: 2/22/2025
Status: 🔄 Open
Base:
develop← Head:develop📝 Commits (10+)
5586709Initial pass at DDNS support for client addressesec9eb0dRefactor and integrate ddns resolution with nginx module972d158fix linter warnings33f41f7Fix utils.js linter error743cdd8Eliminate circular dependency7b09fefUpdate configs for active hosts only on ddns update3b0ff57doc string updatee317900Add support for '-' in ddns domain names6033b30Merge remote-tracking branch 'origin-ddns/access-list-client-ddns-support' into developcae8ba9add ddns field to new json files📊 Changes
11 files changed (+360 additions, -16 deletions)
View changed files
📝
backend/index.js(+2 -0)📝
backend/internal/access-list.js(+10 -0)📝
backend/internal/nginx.js(+49 -9)➕
backend/lib/ddns_resolver/ddns_resolver.js(+70 -0)➕
backend/lib/ddns_resolver/ddns_updater.js(+170 -0)📝
backend/lib/utils.js(+35 -0)📝
backend/logger.js(+2 -1)📝
backend/schema/components/access-list-object.json(+6 -2)📝
backend/schema/paths/nginx/access-lists/listID/put.json(+6 -2)📝
backend/schema/paths/nginx/access-lists/post.json(+6 -2)📝
frontend/js/app/nginx/access/form.ejs(+4 -0)📄 Description
Resolves conflicts from @vari's #3364 with a merge commit.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.