[PR #1125] [CLOSED] Added functionality to have * record domains (Fixed regex) #3376

Closed
opened 2026-02-26 08:30:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/1125
Author: @Marki-dev
Created: 5/26/2021
Status: Closed

Base: developHead: develop


📝 Commits (2)

  • e67d9de Allow * (Wildcard) Domains to be used
  • de37b58 Merge branch 'jc21:develop' into develop

📊 Changes

1 file changed (+368 additions, -366 deletions)

View changed files

📝 frontend/js/app/nginx/proxy/form.js (+368 -366)

📄 Description

I read up on here https://github.com/jc21/nginx-proxy-manager/issues/596, this allows you to create * subdomains, the previous regex did not work correctly


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NginxProxyManager/nginx-proxy-manager/pull/1125 **Author:** [@Marki-dev](https://github.com/Marki-dev) **Created:** 5/26/2021 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (2) - [`e67d9de`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/e67d9de6dcf514ad5bb859acb21d22d4d7905c3a) Allow * (Wildcard) Domains to be used - [`de37b58`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/de37b580d60e082a0fa8fdcc4395baa233a598ac) Merge branch 'jc21:develop' into develop ### 📊 Changes **1 file changed** (+368 additions, -366 deletions) <details> <summary>View changed files</summary> 📝 `frontend/js/app/nginx/proxy/form.js` (+368 -366) </details> ### 📄 Description I read up on here https://github.com/jc21/nginx-proxy-manager/issues/596, this allows you to create * subdomains, the previous regex did not work correctly --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 08:30:25 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#3376
No description provided.