mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-11 02:21:24 +09:00
d77ce3582d
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