mirror of
https://github.com/juanfont/headscale.git
synced 2025-12-01 12:39:46 +09:00
new IP allocator and add postgres to integration tests. (#1756)
This commit is contained in:
@@ -208,7 +208,6 @@ func (node *Node) IsEphemeral() bool {
|
||||
}
|
||||
|
||||
func (node *Node) CanAccess(filter []tailcfg.FilterRule, node2 *Node) bool {
|
||||
|
||||
allowedIPs := append([]netip.Addr{}, node2.IPAddresses...)
|
||||
|
||||
for _, route := range node2.Routes {
|
||||
|
||||
Reference in New Issue
Block a user