mirror of
https://github.com/h44z/wg-portal.git
synced 2025-11-19 07:16:17 +00:00
#282: change default peer mask to /32
This commit is contained in:
@@ -372,7 +372,7 @@ func (m Manager) getFreshPeerIpConfig(ctx context.Context, iface *domain.Interfa
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ips = append(ips, ip)
|
ips = append(ips, ip.HostAddr())
|
||||||
}
|
}
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user