mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +02:00
Note that WireGuard configs cannot be shared (#1238)
This commit is contained in:
parent
4eeaadcfb3
commit
f3519425c4
1 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,10 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
# Add as many users as you want for your VPN server here.
|
# Add up to 250 users here.
|
||||||
# Credentials will be generated for each one.
|
# 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.
|
||||||
users:
|
users:
|
||||||
- dan
|
- dan
|
||||||
- jack
|
- jack
|
||||||
|
|
Loading…
Add table
Reference in a new issue