tailscale / github-action

A GitHub Action to connect your workflow to your Tailscale network.
BSD 3-Clause "New" or "Revised" License
519 stars 78 forks source link

PSA: make sure to allow your CI to access your DNS server inside the Tailscale ACL #116

Open clouedoc opened 3 months ago

clouedoc commented 3 months ago

I was having issues with DNS solving.

The reason was that I didn't allow the "tag:ci" to allow my custom DNS server inside my ACL (it drops everything by default).

(I am using MagicDNS + a CoreDNS server running inside Kubernetes)