mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-10 02:31:59 +09:00
4dedb70818
Add source comments explaining design decisions: CanAccessRoute (types/node.go): Explain why DestsIsTheInternet is intentionally absent. Exit routes are handled by RoutesForPeer via ExitRoutes(), not ACL-based filtering. autogroup:internet is skipped during filter compilation, so no matchers contain 'the internet'. Updates #3157 Updates #3169