Description
First, thank you for all the amazing work on this project. I recently got a change merged upstream (tailscale/tailscale#10828) that enables the UDM-Pro to act as a subnet router without requiring any custom ip rules, which is a great step forward.
To make this even more seamless, I’d like to propose an enhancement that allows users to override the default TAILSCALED_FLAGS
during installation, avoiding the need to modify /etc/default/tailscaled
after installation.
From what I’ve seen, variables in package/tailscale-env
are sourced and override any shell variables set. I’d be happy to implement this change myself but wanted to ask for guidance to ensure the approach aligns with your expectations and avoids unnecessary complexity.
Would you be open to a contribution in this area? If so, any tips or preferences for implementation would be greatly appreciated!