Once all ips were assigned from the range and it resets, we recycle the first available ip. It should take into account the CIDR start ([see code](https://github.com/ByteArena/schnapps/blob/master/dhcp/dhcp.go#L36)). For example: `172.19.0.10/24` can assign the ip `172.19.0.1` after the reset.