2010-04-28 16:31:36 +00:00
..
2010-04-28 16:31:36 +00:00
2005-10-16 12:24:10 +00:00
2010-04-28 16:31:36 +00:00
2005-10-16 12:24:10 +00:00
2005-10-16 12:24:10 +00:00

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)