Add note to wireguardConfigGenerator.sh

This commit is contained in:
Stephen Seo 2021-05-12 20:14:05 +09:00
parent 31a445f91e
commit 9bb261d364

View file

@ -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 {