mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-04-26 00:27:43 -04:00
17 lines
365 B
Text
17 lines
365 B
Text
|
|
OpenVPN plugin examples.
|
||
|
|
|
||
|
|
Examples provided:
|
||
|
|
|
||
|
|
simple.c -- using the --auth-user-pass-verify callback, verify
|
||
|
|
that the username/password is "foo"/"bar".
|
||
|
|
|
||
|
|
To build:
|
||
|
|
|
||
|
|
./build simple (Linux/BSD/etc.)
|
||
|
|
./winbuild simple (MinGW on Windows)
|
||
|
|
|
||
|
|
To use in OpenVPN, add to config file:
|
||
|
|
|
||
|
|
plugin simple.so (Linux/BSD/etc.)
|
||
|
|
plugin simple.dll (MinGW on Windows)
|