Add note to wireguardConfigGenerator.sh
This commit is contained in:
parent
31a445f91e
commit
9bb261d364
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue