New to Tailscale. Can I use it along with my own DNS and NPM to access my services externally using my existing internal custom domain?
New to Tailscale. Can I use it along with my own DNS and NPM to access my services externally using my existing internal custom domain? - Lemmy.World
I’ve not done much with external access in the past, but I’m playing with Tailscale and it’s pretty neat. Wondering if I can configure it to work like my local access does: 1. I use Nginx Proxy Manager to set easy subdomains for my services, I.e. service.mydomain.com [http://service.mydomain.com] 2. I use AdGuard Home and have a redirect for *.mydomain to that NPM 3. This works great internally, which is all I’ve really used it for. 4. I’ve got tailscale working and I can go externally to server.wackyname.ts.net [http://server.wackyname.ts.net]:serviceport. 5. what I’d like to do is have tailscale somehow use the same internal dns/npm info so when I’m on my tailnet service.mydomain.com [http://service.mydomain.com] still works. 6. But no other external access, said subdomains do nothing off tailnet. 7. Mydomain.com [http://Mydomain.com] is an actual domain I own. General DNS is at Cloudflare right now (main domain was pointed at a hosted site previously, but that’s not needed anymore) Any way to pull this off without a ton of complexity?