From 513baee13d96cd200a6ed15a538774b768c2eac9 Mon Sep 17 00:00:00 2001 From: james Date: Sat, 7 Jan 2006 03:21:49 +0000 Subject: Small fixes: * Fixed variable declaration in crypto.c that is not at the head of a block. * Added library to Visual C makefile. * In server.conf config sample, add additional comment text on "dev tap" usage. * Added some short documentation on revoke-full script. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@877 e7ae566f-a301-0410-adde-c780ea21d3b5 --- sample-config-files/server.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sample-config-files/server.conf') diff --git a/sample-config-files/server.conf b/sample-config-files/server.conf index 929e546..f80ce8b 100644 --- a/sample-config-files/server.conf +++ b/sample-config-files/server.conf @@ -37,7 +37,9 @@ proto udp # "dev tun" will create a routed IP tunnel, # "dev tap" will create an ethernet tunnel. -# Use "dev tap" if you are ethernet bridging. +# Use "dev tap0" if you are ethernet bridging +# and have precreated a tap0 virtual interface +# and bridged it with your ethernet interface. # If you want to control access policies # over the VPN, you must create firewall # rules for the the TUN/TAP interface. -- cgit