# Configuration file for ferm systemd service
# This file is sourced by systemd via EnvironmentFile

# Enable caching for faster firewall rule application
# Default: no
#CACHE=no

# Call ferm with --slow (see man page)
# SLOW=no

# The old "FAST" setting is still supported, but deprecated.
# SLOW takes precendence.

# Additional ferm command-line options
# Examples:
#   OPTIONS="--domain ip"      # Only process IPv4 rules
#   OPTIONS="--domain ip6"     # Only process IPv6 rules
#   OPTIONS="--noexec"         # Don't execute, just parse
#OPTIONS=

# Path to ferm binary (override default)
# FERM=/usr/sbin/ferm

# Path to ferm configuration file (override default)
# CONFIG=/etc/ferm/ferm.conf

# Cache directory (override default)
# CACHE_DIR=/var/cache/ferm
