summaryrefslogtreecommitdiffstats
path: root/sample-config-files
diff options
context:
space:
mode:
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.