mbuesch / letmein

Authenticating port knocker - Written in Rust
Apache License 2.0
33 stars 0 forks source link

Check if the nftables crate can be replaced with something simpler #3

Open mbuesch opened 2 weeks ago

mbuesch commented 2 weeks ago

The things that we do with the firewall are not very complex. Can we have a simpler crate than nftables to reduce the dependency tree complexity?

mbuesch commented 2 weeks ago

Restriction: Linking to the nftables C library would not be acceptable. Especially as long as #6 is not implemented. Spawning the external nft binary is Ok-ish.