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

..07-Jun-20165

buildH A D07-Jun-2016395

READMEH A D07-Jun-2016365

simple.cH A D07-Jun-20163.4 KiB

simple.defH A D07-Jun-2016178

winbuildH A D07-Jun-2016575

README

1OpenVPN plugin examples.
2
3Examples provided:
4
5simple.c -- using the --auth-user-pass-verify callback, verify
6            that the username/password is "foo"/"bar".
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