Jeltz
64772b76e4
This is a fully static version of the config, and it is meant to be temporary (until I figure out a way to properly configure nftables using ansible…).
7 lines
101 B
Django/Jinja
7 lines
101 B
Django/Jinja
#!/usr/sbin/nft -f
|
|
|
|
{{ ansible_managed | comment }}
|
|
|
|
flush ruleset
|
|
|
|
include "/etc/nftables.d/*.conf"
|