namib-project / nftables-rs

Safe abstraction for nftables JSON API (libnftables-json).
https://crates.io/crates/nftables
Apache License 2.0
32 stars 15 forks source link

Implement SynProxy #29

Closed jwhb closed 1 month ago

jwhb commented 8 months ago

SynProxy was missing, as it is not mentioned in the libnftables-json man page.

A few other statements were found to be implement in libnftables-json while not being documented by libnftables. TODO marks have been added for these statements.

Fixes #15.