#!/bin/bash [[ $XT_MULTI == *xtables-nft-multi ]] || { echo "skip $XT_MULTI"; exit 0; } set -e $XT_MULTI iptables -t raw -P OUTPUT DROP # make sure iptables-nft-restore can correctly handle basechain policies when # they aren't set with --noflush # $XT_MULTI iptables-restore --noflush <