Skip to content

Commit 78505f4

Browse files
feat(host): Make fwmark field visible (#127)
1 parent 6e85e30 commit 78505f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/host.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pub struct Host {
2929
pub listen_port: u16,
3030
pub private_key: Option<Key>,
3131
// FwMark with value of 0, removes the setting from WireGuard interface.
32-
pub(super) fwmark: Option<u32>,
32+
pub fwmark: Option<u32>,
3333
pub peers: HashMap<Key, Peer>,
3434
}
3535

0 commit comments

Comments
 (0)