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…).
6 lines
82 B
YAML
6 lines
82 B
YAML
---
|
|
- name: Reload nftables
|
|
systemd:
|
|
name: nftables
|
|
state: reloaded
|
|
...
|