diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-01-07 03:21:49 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-01-07 03:21:49 +0000 |
commit | 513baee13d96cd200a6ed15a538774b768c2eac9 (patch) | |
tree | be153ea0f4a09672b612aad21fafc23eb0919966 /sample-config-files/server.conf | |
parent | Version 2.1_beta8 released (diff) | |
download | openvpn-513baee13d96cd200a6ed15a538774b768c2eac9.tar.xz |
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/server.conf')
-rw-r--r-- | sample-config-files/server.conf | 4 |
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. |