5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-11-09 17:30:26 +00:00

Update README.md

This commit is contained in:
Neil Alexander 2018-03-05 00:00:01 +00:00
parent 166d25619d
commit cce10cdb8a

View File

@ -71,7 +71,7 @@ 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. - 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. - TAP mode is not supported on macOS.
#### FreeBSD, OpenBSD #### FreeBSD, OpenBSD, NetBSD
- Works in TAP mode, but currently doesn't work in TUN mode. - 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`. - You may need to create the TAP adapter first if it doesn't already exist, i.e. `ifconfig tap0 create`.