Update config.cfg

This commit is contained in:
Dan Guido 2017-04-05 14:31:31 -04:00 committed by GitHub
parent 3df33c0eba
commit 1af2010f44

View file

@ -1,15 +1,12 @@
--- ---
# Add as many users as you want for your VPN server here. # Add as many users as you want for your VPN server here.
# Access credentials will be generated for each one. # Credentials will be generated for each one.
# Don't forget to escape nicknames with quotes, if you are using zero in nicknames.
users: users:
- dan - dan
- jack - jack
# Add an email address to send logs if you're using auditd for monitoring. # NOTE: If your usernames have leading 0's, like "000dan", you have to escape them
# Avoid using '+' in your email address otherwise auditd will fail to start.
auditd_action_mail_acct: email@example.com
### Advanced users only below this line ### ### Advanced users only below this line ###