jean-cloud-services/services/pa1.studios.oma-radio.fr/wg-pa1.sh

27 lines
527 B
Bash
Raw Normal View History

2023-06-01 13:26:12 +00:00
#!/bin/bash
set -euo pipefail
. .env
filename="$(basename "$0")"
ifname="${filename:3:-3}"
echo "
[Interface]
PrivateKey = $(cat $DATA_DIR/privatekey)
ListenPort = 51820
Address = 10.100.1.254/32
[Peer] # adrian
PublicKey = 14yKNmSfD2lrWU+d/RJBPNvh9pZ/nW4bK27F9nTgvk0=
AllowedIPs = 10.100.1.253/32
2024-01-02 16:50:14 +00:00
[Peer] # Nico
PublicKey = jsXBs8tZn1sWT73xx3DWEdGAWv6SjfQ2TAxX+8pL6mU=
AllowedIPs = 10.100.1.252/32
2023-06-01 13:26:12 +00:00
[Peer] # Passerelle
2023-10-31 15:42:06 +00:00
PublicKey = unY6v95qus8ttJvmSlxqa+J8lKj+CCiRItZ3pFwyjyM=
2023-06-01 13:26:12 +00:00
AllowedIPs = 10.100.1.0/24,192.168.100.0/24
"