Start to serve config
This commit is contained in:
@ -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>;
|
Reference in New Issue
Block a user