#!/usr/sbin/nft -f # # !!! This file is managed by Ansible !!! # table inet firewall { chain inbound { tcp dport http accept comment "acme-redirect (http)" } }