From 7a47c42b6e2217053e42357a81588a3349dff9dc Mon Sep 17 00:00:00 2001 From: Jacobtread Date: Sat, 5 Oct 2024 17:07:24 +1300 Subject: [PATCH] fix: udp tunnel config enable defaults --- src/config.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.rs b/src/config.rs index 2d9fab9..6a9d8ef 100644 --- a/src/config.rs +++ b/src/config.rs @@ -122,6 +122,7 @@ pub enum TunnelConfig { } #[derive(Debug, Deserialize)] +#[serde(default)] pub struct UdpTunnelConfig { /// Port to bind the UDP tunnel socket to, the socket is bound /// using the same host as the server