#!/bin/sh set -eu echo "NexaVPN gateway helper starting" echo "This container is a placeholder for WireGuard + nftables sync logic." echo "Mount generated gateway state into /var/lib/nexavpn and apply rules from there." tail -f /dev/null