ufwprofile 1.3.4

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

extern crate log;
pub mod config;
mod rootcheck;