svn cleanup
[anytun.git] / openvpn / plugin / examples / README
blob4400cd3070f4037b7561f33514c04b29916ab5be
1 OpenVPN plugin examples.
3 Examples provided:
5 simple.c -- using the --auth-user-pass-verify callback, verify
6             that the username/password is "foo"/"bar".
8 To build:
10   ./build simple (Linux/BSD/etc.)
11   ./winbuild simple (MinGW on Windows)
13 To use in OpenVPN, add to config file:
15   plugin simple.so (Linux/BSD/etc.)
16   plugin simple.dll (MinGW on Windows)