summaryrefslogtreecommitdiff
path: root/openvpn/plugin/examples/README
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2007-06-16 01:08:34 +0000
committerChristian Pointner <equinox@anytun.org>2007-06-16 01:08:34 +0000
commitbd379231f2d4b22b473fd7f428e518462fb7476a (patch)
tree7643fa58ffe7123cc08e7784f204efe9f5b5970e /openvpn/plugin/examples/README
parentremoved openvpn source files (diff)
added all the openvpn stuff
Diffstat (limited to 'openvpn/plugin/examples/README')
-rw-r--r--openvpn/plugin/examples/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/openvpn/plugin/examples/README b/openvpn/plugin/examples/README
new file mode 100644
index 0000000..4400cd3
--- /dev/null
+++ b/openvpn/plugin/examples/README
@@ -0,0 +1,16 @@
+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)