netbird/client
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
..
cmd Fix UP calls when state is idle (#338) 2022-05-27 19:16:58 +02:00
internal Unblock menu when login (#340) 2022-05-28 18:37:08 +02:00
proto Client Login via device authorization flow (#309) 2022-05-12 11:17:24 +02:00
server Unblock menu when login (#340) 2022-05-28 18:37:08 +02:00
system Versioning of UI and grpc-agent for passing version (#324) 2022-05-25 23:25:02 +02:00
testdata Replace IP allocation logic (#342) 2022-05-29 22:43:39 +02:00
ui Unblock menu when login (#340) 2022-05-28 18:37:08 +02:00
Dockerfile Renaming project builds and including new Icons (#318) 2022-05-21 18:42:56 +02:00
installer.nsis Update MacOS and Windows installers (#325) 2022-05-25 19:41:03 +02:00
main.go Rename module to netbirdio/netbird (#288) 2022-03-26 12:08:54 +01:00
manifest.xml Renaming project builds and including new Icons (#318) 2022-05-21 18:42:56 +02:00
resources.rc Renaming project builds and including new Icons (#318) 2022-05-21 18:42:56 +02:00
wireguard_nt.sh Refactor Interface package and update windows driver (#192) 2022-01-17 14:01:58 +01:00