Skip to content

Commit

Permalink
fix: udp tunnel config enable defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtread committed Oct 5, 2024
1 parent aed657c commit 7a47c42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a47c42

Please sign in to comment.