From 479fba89798625ab76c6fb980d5174b523429e68 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Sun, 11 Mar 2018 10:24:15 +0000 Subject: [PATCH] Update platforms.md --- platforms.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platforms.md b/platforms.md index e5bdf9c..71dd381 100644 --- a/platforms.md +++ b/platforms.md @@ -20,12 +20,12 @@ journalctl -u yggdrasil - May work in theory on any macOS version with `utun` support (which was added in macOS 10.7 Lion), although this is untested at present. - TAP mode is not supported on macOS. -#### FreeBSD, NetBSD +## FreeBSD, NetBSD - Works in TAP mode, but currently doesn't work in TUN mode. - You may need to create the TAP adapter first if it doesn't already exist, i.e. `ifconfig tap0 create`. -#### OpenBSD +## OpenBSD - Works in TAP mode, but currently doesn't work in TUN mode. - You may need to create the TAP adapter first if it doesn't already exist, i.e. `ifconfig tap0 create`.