• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/sample/sample-plugins/defer/
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