added ExitNode's gateway and target_network property

This commit is contained in:
alex 2026-04-16 15:10:56 +08:00
parent 68867b8e55
commit 73da6a8610

View File

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