netbird/client/testdata
Misha Bragin 87631cbc8b
Replace IP allocation logic (#342)
The peer IP allocation logic was allocating sequential peer IP from the 100.64.0.0/10 
address block.
Each account is created with a random subnet from 100.64.0.0/10.
The total amount of potential subnets is 64.
The new logic allocates random peer IP
from the account subnet.
This gives us flexibility to add support for
multi subnet accounts without overlapping IPs.
2022-05-29 22:43:39 +02:00
..
management.json Fix concurrency on the client (#183) 2022-01-10 18:43:13 +01:00
store.json Replace IP allocation logic (#342) 2022-05-29 22:43:39 +02:00