We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e85e30 commit 78505f4Copy full SHA for 78505f4
1 file changed
src/host.rs
@@ -29,7 +29,7 @@ pub struct Host {
29
pub listen_port: u16,
30
pub private_key: Option<Key>,
31
// FwMark with value of 0, removes the setting from WireGuard interface.
32
- pub(super) fwmark: Option<u32>,
+ pub fwmark: Option<u32>,
33
pub peers: HashMap<Key, Peer>,
34
}
35
0 commit comments