added ExitNode's gateway and target_network property
This commit is contained in:
parent
68867b8e55
commit
73da6a8610
@ -104,6 +104,8 @@ pub struct LoginData {
|
||||
pub struct ExitNode {
|
||||
pub node_id: u32,
|
||||
pub node_name: String,
|
||||
pub gateway: String,
|
||||
pub target_network: String,
|
||||
}
|
||||
|
||||
async fn post_with_data<T, R>(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user