update app proto

Add free_ports field to AppNodeFilters
This commit is contained in:
Noor 2025-05-13 12:20:12 +05:30
parent 0d4b712fad
commit 637610196f
Signed by: noormohammedb
GPG Key ID: D83EFB8B3B967146

@ -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 {