This adds the tailscale --accept-routes option.
I did test this by using ssh and running tailscale set --accept-routes=1 interactively this is not really ideal as you need to make sure to turn it off again later otherwise the next up will fail.
With the PR i no longer would need to manually turn on accept-routes to reach my non ts devices.
This adds the tailscale
--accept-routes
option. I did test this by using ssh and runningtailscale set --accept-routes=1
interactively this is not really ideal as you need to make sure to turn it off again later otherwise the next up will fail.With the PR i no longer would need to manually turn on accept-routes to reach my non ts devices.