[][src]Crate dfw

DFW - Docker Firewall Framework in Rust

For detailed introductions, see the README.

License

DFW is licensed under either of

at your option.

Modules

errors

Errors, using failure.

iptables

This module implements the iptables backend for DFW.

nftables

This module implements the nftables backend for DFW.

process

This module holds the types related to configuration processing and rule creation.

types

The types in this module make up the structure of the configuration-file(s).

util

Utilities module

Traits

FirewallBackend

This trait is used to distinguish between different firewall backends.