Crate dfw

source ·
Expand description

DFW - Docker Firewall Framework in Rust

For detailed introductions, see the README.

License

DFW is licensed under either of

at your option.

Modules

  • Errors, using failure.
  • This module implements the iptables backend for DFW.
  • This module implements the nftables backend for DFW.
  • This module holds the types related to configuration processing and rule creation.
  • The types in this module make up the structure of the configuration-file(s).
  • Utilities module

Traits

  • This trait is used to distinguish between different firewall backends.