8053 beefd0184a 2022-08-08 ct_chen 2 năm trước cách đây
..
README beefd0184a 2022-08-08 ct_chen 2 năm trước cách đây
base64.c beefd0184a 2022-08-08 ct_chen 2 năm trước cách đây
build beefd0184a 2022-08-08 ct_chen 2 năm trước cách đây
simple.c beefd0184a 2022-08-08 ct_chen 2 năm trước cách đây
simple.def beefd0184a 2022-08-08 ct_chen 2 năm trước cách đây
winbuild beefd0184a 2022-08-08 ct_chen 2 năm trước cách đây

README

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)