mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-12 07:57:35 +00:00
Migrate IP fields in database to dedicated columns (#1869)
This commit is contained in:
@@ -44,7 +44,7 @@ func tailNode(
|
||||
pol *policy.ACLPolicy,
|
||||
cfg *types.Config,
|
||||
) (*tailcfg.Node, error) {
|
||||
addrs := node.IPAddresses.Prefixes()
|
||||
addrs := node.Prefixes()
|
||||
|
||||
allowedIPs := append(
|
||||
[]netip.Prefix{},
|
||||
|
Reference in New Issue
Block a user