#!/bin/bash set -euo pipefail . .env [ -f "$DATA_DIR/privatekey" ] || echo 'No privatekey found' && exit 1 echo " [Interface] PrivateKey = $(cat "$DATA_DIR/privatekey") Address = 10.29.0.1/32 ListenPort = 55820 [Peer] PublicKey = uXAXi3rthdRY2zkSgHpl3EqxQnxdw3aiAwNX6HhFHgI= AllowedIPs = 10.29.0.254/32 Endpoint = radiodemo.oma-radio.fr:55820 PersistentKeepalive = 30 "