mirror of
https://github.com/h44z/wg-portal
synced 2025-02-26 05:49:14 +00:00
#282: change default peer mask to /32
This commit is contained in:
parent
3f72de6af4
commit
a46dabc1d3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user