tailscale-cloudflare-dnssync icon indicating copy to clipboard operation
tailscale-cloudflare-dnssync copied to clipboard

Feature request - wildcard DNS records

Open suderman opened this issue 3 years ago • 1 comments

I normally add a wildcard DNS record to each machine so I can easily host individual services on subdomains. It'd be nice if this script automatically set that up.

For example:

  • foo.bar.com -> A record pointing to tailscale IP (already doing this)
  • *.foo.bar.com -> CNAME record pointing to foo.bar.com

suderman avatar Dec 23 '22 17:12 suderman

I have done a PR for that.

cocox avatar Jul 19 '24 15:07 cocox