summaryrefslogtreecommitdiffstats
path: root/sample-config-files
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2006-01-07 03:21:49 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2006-01-07 03:21:49 +0000
commit513baee13d96cd200a6ed15a538774b768c2eac9 (patch)
treebe153ea0f4a09672b612aad21fafc23eb0919966 /sample-config-files
parentb366a1ff2998c5158f617f9311cee46ea52d718f (diff)
downloadopenvpn-513baee13d96cd200a6ed15a538774b768c2eac9.tar.gz
openvpn-513baee13d96cd200a6ed15a538774b768c2eac9.tar.xz
openvpn-513baee13d96cd200a6ed15a538774b768c2eac9.zip
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
Diffstat (limited to 'sample-config-files')
-rw-r--r--sample-config-files/server.conf4
1 files changed, 3 insertions, 1 deletions
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.