#!/usr/sbin/nft -f # # !!! This file is managed by Ansible !!! # table inet firewall { chain inbound { tcp dport 1234 accept comment "fritzbox-exporter" } }