Attention des changements sont bientôt à prévoir sur l'instance gitea d'Aurore :
{{ ansible_managed | comment }}
table inet output {
chain conntrack {
ct state vmap {
established: accept,
related: accept,
invalid: drop,
}
chain output {
type filter hook output priority filter
policy accept
jump conntrack
counter