README 365 B

12345678910111213141516
  1. OpenVPN plugin examples.
  2. Examples provided:
  3. simple.c -- using the --auth-user-pass-verify callback, verify
  4. that the username/password is "foo"/"bar".
  5. To build:
  6. ./build simple (Linux/BSD/etc.)
  7. ./winbuild simple (MinGW on Windows)
  8. To use in OpenVPN, add to config file:
  9. plugin simple.so (Linux/BSD/etc.)
  10. plugin simple.dll (MinGW on Windows)