#!/bin/sh echo "Setting up firewall..." apk add nftables rc-update add nftables boot rc-service nftables start