mirror of
https://github.com/netbirdio/netbird.git
synced 2025-03-01 16:31:20 +01:00
* Add client's interaction with management service * Getting updates * Fixed key and nil ptr * Added setupKey param * Added managment address parameter * Fixed test * feature: use RemotePeers from the management server instead of deprecated Peers * merge: merge changes from main
21 lines
606 B
JSON
21 lines
606 B
JSON
{
|
|
"Accounts": {
|
|
"bf1c8084-ba50-4ce7-9439-34653001fc3b": {
|
|
"Id": "bf1c8084-ba50-4ce7-9439-34653001fc3b",
|
|
"SetupKeys": {
|
|
"a2c8e62b-38f5-4553-b31e-dd66c696cebb": {
|
|
"Key": "a2c8e62b-38f5-4553-b31e-dd66c696cebb"
|
|
}
|
|
},
|
|
"Network": {
|
|
"Id": "af1c8024-ha40-4ce2-9418-34653101fc3c",
|
|
"Net": {
|
|
"IP": "100.64.0.0",
|
|
"Mask": "/8AAAA=="
|
|
},
|
|
"Dns": null
|
|
},
|
|
"Peers": {}
|
|
}
|
|
}
|
|
} |