mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +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.
|
||||
# Credentials will be generated for each one.
|
||||
# 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.
|
||||
users:
|
||||
- dan
|
||||
- jack
|
||||
|
|
Loading…
Add table
Reference in a new issue