update app proto
Add free_ports field to AppNodeFilters
This commit is contained in:
parent
0d4b712fad
commit
637610196f
@ -72,6 +72,7 @@ message AppNodeFilters {
|
|||||||
string city = 6;
|
string city = 6;
|
||||||
string ip = 7;
|
string ip = 7;
|
||||||
string node_pubkey = 8;
|
string node_pubkey = 8;
|
||||||
|
uint32 free_ports = 9;
|
||||||
}
|
}
|
||||||
|
|
||||||
message AppNodeListResp {
|
message AppNodeListResp {
|
||||||
|
Loading…
Reference in New Issue
Block a user