[GH-ISSUE #5150] Wiledcard subdomain domains support #9995

Closed
opened 2026-08-05 01:24:17 -04:00 by saavagebueno · 1 comment
Owner

Originally created by @rihards-simanovics on GitHub (Jan 21, 2026).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/5150

Is your feature request related to a problem? Please describe.
We run a small Coolify server on one of our intranet development servers and one of the features Coolify has is to create a unique subdomain for each new service like say service-x.server.organisation.internal, service-y.server.organisation.internal, and service-z.server.organisation.internal. As all three services in the example above are hosted on a single server and subdomains for each service are generated on creation we have a need to specify that *.server.organisation.internal points it's A or CNAME record to either xxx.xxx.xxx.xxx or server.organisation.internal

Describe the solution you'd like
allow the use of wildcard subdomains for A, AAAA, and CNAME records.

Describe alternatives you've considered
External or a separate internal DNS, but both bring some issues of their own, like extra security considerations and extra management.

Originally created by @rihards-simanovics on GitHub (Jan 21, 2026). Original GitHub issue: https://github.com/netbirdio/netbird/issues/5150 **Is your feature request related to a problem? Please describe.** We run a small Coolify server on one of our intranet development servers and one of the features Coolify has is to create a unique subdomain for each new service like say `service-x.server.organisation.internal`, `service-y.server.organisation.internal`, and `service-z.server.organisation.internal`. As all three services in the example above are hosted on a single server and subdomains for each service are generated on creation we have a need to specify that `*.server.organisation.internal` points it's `A` or `CNAME` record to either `xxx.xxx.xxx.xxx` or `server.organisation.internal` **Describe the solution you'd like** allow the use of wildcard subdomains for A, AAAA, and CNAME records. **Describe alternatives you've considered** External or a separate internal DNS, but both bring some issues of their own, like extra security considerations and extra management.
saavagebueno added the feature-request label 2026-08-05 01:24:17 -04:00
Author
Owner

@heisbrot commented on GitHub (Feb 2, 2026):

Added in v0.64.0

<!-- gh-comment-id:3836979223 --> @heisbrot commented on GitHub (Feb 2, 2026): Added in [v0.64.0](https://github.com/netbirdio/netbird/releases/tag/v0.64.0)
Sign in to join this conversation.
No Label feature-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#9995