Added agent

This commit is contained in:
Ultradesu
2025-08-26 14:09:32 +03:00
parent a2eabe2c69
commit 35ec6995a0
3 changed files with 31 additions and 3 deletions

View File

@@ -31,6 +31,7 @@ pub enum ServerMessage {
allowed_public_keys: Vec<String>,
},
Update {
listen: Vec<String>,
peers: Vec<String>,
allowed_public_keys: Vec<String>,
},