ufwprofile 1.4.7

UFW app profile written in pure rust
Documentation
1
2
3
4
5
6
/// This lib is used for generating and adding UFW app profiles, so that your app can easily manage ports with UFW.
extern crate log;
mod config;
mod rootcheck;

pub use config::*;