mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Add multiple IP prefixes support to ProtoBuf schema
This commit is contained in:
parent
7ec8346179
commit
8b40343277
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ message Machine {
|
||||||
string machine_key = 2;
|
string machine_key = 2;
|
||||||
string node_key = 3;
|
string node_key = 3;
|
||||||
string disco_key = 4;
|
string disco_key = 4;
|
||||||
string ip_address = 5;
|
repeated string ip_addresses = 5;
|
||||||
string name = 6;
|
string name = 6;
|
||||||
Namespace namespace = 7;
|
Namespace namespace = 7;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue