Start to serve config

This commit is contained in:
2022-08-30 10:17:38 +02:00
parent 2441552165
commit 4afc1fad37
7 changed files with 84 additions and 28 deletions

View File

@ -1,5 +1,7 @@
#[derive(serde::Serialize, serde::Deserialize)]
pub struct RelayedPort {
pub id: u64,
pub id: usize,
pub port: u16,
}
}
pub type RemoteConfig = Vec<RelayedPort>;