# Functions
GetBackend retrieves a firewall backend for adding or removing firewall rules on the system.
# Structs
FirewallNetConf represents the firewall configuration.
FirewallNone is a firewall backend for environments where manipulating the system firewall is unsupported (for example, when running without root).
# Interfaces
FirewallBackend is an interface to the system firewall, allowing addition and removal of firewall rules.