mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-13 16:23:00 +02:00
clarify user list
This commit is contained in:
parent
5c43fe48e6
commit
2793de09d1
1 changed files with 7 additions and 8 deletions
15
config.cfg
15
config.cfg
|
@ -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 ###
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue