#!/bin/sh # checks/wireguard.sh # wg0 interface: at least one recent handshake means the tunnel is alive. set -eu DIR=$(dirname "$0") . "$DIR/../lib/common.sh" STATUS=$(wg_status wg0) json_line "host services" "wireguard (wg0)" "" "$STATUS"