Files
alpine-server-setup/services/firewall/install.sh
2025-09-29 18:32:01 +02:00

6 lines
111 B
Bash

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