Tailscale: Difference between revisions
Added documentated issue and workaround for asking for root authentication |
Lucasfcnunes (talk | contribs) mNo edit summary |
||
| Line 34: | Line 34: | ||
enable = true; | enable = true; | ||
# Always allow traffic from your Tailscale network | # Always allow traffic from your Tailscale network | ||
trustedInterfaces = [ | trustedInterfaces = [ config.services.tailscale.interfaceName ]; | ||
# Allow the Tailscale UDP port through the firewall | # Allow the Tailscale UDP port through the firewall | ||
allowedUDPPorts = [ config.services.tailscale.port ]; | allowedUDPPorts = [ config.services.tailscale.port ]; | ||