tailscale-cloudflare-dnssync
tailscale-cloudflare-dnssync copied to clipboard
Feature request - wildcard DNS records
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 tofoo.bar.com
I have done a PR for that.