clarify user list

This commit is contained in:
Dan Guido 2019-02-17 18:02:36 -05:00
parent 5c43fe48e6
commit 2793de09d1

View file

@ -1,15 +1,14 @@
--- ---
# Add up to 250 users here. # This is the list of user to generate.
# For each user, configuration files will be generated for both an IPsec # Every device must have a unique username.
# connection and a WireGuard connection. Multiple client devices can share an # You can generate up to 250 users at one time.
# IPsec configuration but WireGuard clients must each use a unique
# WireGuard configuration.
users: users:
- dan - phone
- jack - 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 ### ### Advanced users only below this line ###