This website works better with JavaScript.
Explore
Help
Sign In
Misterzym
/
OpenVPN-Admin
mirror of
https://github.com/misterzym/OpenVPN-Admin.git
Watch
1
Star
0
Fork
You've already forked OpenVPN-Admin
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46
Commits
3
Branches
5
Tags
651 KiB
Tree:
59e514d77c
feature/ldap
feature/refractoring
master
0.1.0
v0.2.0
v0.3.0
v0.3.1
v0.3.2
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '59e514d77c'
${ noResults }
OpenVPN-Admin
/
installation
/
scripts
/
config.sh
9 lines
97 B
Raw
Normal View
History
Unescape
Escape
Ajout fichiers de conf openvpn
11 years ago
#!/bin/bash
Fix openvpn scripts connections to mysql and french comments
10 years ago
# MySQL credentials
Ajout fichiers de conf openvpn
11 years ago
HOST
=
'localhost'
PORT
=
'3306'
Fix openvpn scripts connections to mysql and french comments
10 years ago
USER
=
''
PASS
=
''
DB
=
'openvpn-admin'