ufwprofile 0.1.2

UFW app profile written in pure rust
Documentation
1
2
3
4
5
6
FROM rust

RUN apt-get update && apt-get upgrade && apt-get install ufw
RUN cargo run --package rustufwprofile --example main

WORKDIR /work