With support for CNAME records coming to UniFi it got me thinking of migrating to DNS for referencing all my services instead of using just internal IP addresses.
I want to have a FQDN for them e.g. jellyfin.homelab.mydomain.com, rather than just jellyfin.local for example. The homelab.mydomain.com record itself will be externally managed.
Can UniFi handle the subdomain DNS management for homelab.mydomain.com?
It will be internal use mostly, but I might expose some services via reverse proxy or whatever suits at the time. For example, not that I’d be exposing jellyfin, but jellyfin.homelab.mydomain.com could be 10.55.4.67 internally but 1.2.3.4 externally (because of the homelab.mydomain.com reference)
I know about DNS and domain management generally, and experience with bind, dnsmasq, Cloudfare DNS, etc, etc. Just new to this in UniFi.
I’ll probably be doing a wildcard TLS cert too, on *.homelab.mydomain.com, or maybe a cert per service, so they will have a proper cert even running over internal network.
So, can UniFi do what I’m looking for?