--- nftables_base_rules: {} # nftables_base_rules: # example: | # table inet global { # chain input { # type filter hook input priority filter; policy drop; # ct state vmap { established: accept, related: accept, invalid: drop } # } # }