From 9bb261d3646095f11ed01f45f1fe14c4469d57a3 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Wed, 12 May 2021 20:14:05 +0900 Subject: [PATCH] Add note to wireguardConfigGenerator.sh --- wireguardConfigGenerator.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wireguardConfigGenerator.sh b/wireguardConfigGenerator.sh index 1d0411c..487d520 100755 --- a/wireguardConfigGenerator.sh +++ b/wireguardConfigGenerator.sh @@ -1,5 +1,9 @@ #!/bin/bash +# Note that this script only sets up client connections to a server. +# This means that the confs will be generated without +# client-to-client connections. + set -e function print_help {