• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..07-Jun-20165

buildH A D07-Jun-2016404

READMEH A D07-Jun-2016345

simple.cH A D07-Jun-20168.7 KiB

simple.defH A D07-Jun-2016178

winbuildH A D07-Jun-2016573

README

1OpenVPN plugin examples.
2
3Examples provided:
4
5simple.c -- using the --auth-user-pass-verify callback,
6            test deferred authentication.
7
8To build:
9
10  ./build simple (Linux/BSD/etc.)
11  ./winbuild simple (MinGW on Windows)
12
13To use in OpenVPN, add to config file:
14
15  plugin simple.so (Linux/BSD/etc.)
16  plugin simple.dll (MinGW on Windows)
17