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