wireguard-conf 2.0.0

Generate Wireguard configs and interfaces with code
Documentation
1
2
3
4
5
mod interface;
mod peer;

pub use interface::*;
pub use peer::*;