From 2793de09d191e24c10c40b128a7cda0075fc93b1 Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Sun, 17 Feb 2019 18:02:36 -0500 Subject: [PATCH] clarify user list --- config.cfg | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/config.cfg b/config.cfg index b0c7756d..3f5bdcb9 100644 --- a/config.cfg +++ b/config.cfg @@ -1,15 +1,14 @@ --- -# Add up to 250 users here. -# For each user, configuration files will be generated for both an IPsec -# connection and a WireGuard connection. Multiple client devices can share an -# IPsec configuration but WireGuard clients must each use a unique -# WireGuard configuration. +# This is the list of user to generate. +# Every device must have a unique username. +# You can generate up to 250 users at one time. users: - - dan - - jack + - phone + - laptop + - desktop -# NOTE: If your usernames have leading 0's, like "000dan", you have to escape them +# NOTE: You must "escape" any usernames with leading 0's, like "000dan" ### Advanced users only below this line ###