openvpn - add note about tuntap to caveats
Fixes Homebrew/homebrew#2357
This commit is contained in:
parent
6d1af9bd7a
commit
634efb0e07
1 changed files with 10 additions and 0 deletions
|
@ -35,6 +35,16 @@ class Openvpn <Formula
|
|||
end
|
||||
|
||||
def caveats; <<-EOS
|
||||
You may also wish to install tuntap:
|
||||
|
||||
The TunTap project provides kernel extensions for Mac OS X that allow
|
||||
creation of virtual network interfaces.
|
||||
|
||||
http://tuntaposx.sourceforge.net/
|
||||
|
||||
Because these are kernel extensions, there is no Homebrew formula for tuntap.
|
||||
|
||||
|
||||
For OpenVPN to work as a server, you will need to do the following:
|
||||
|
||||
1) Create configuration file in #{etc}/openvpn, samples can be
|
||||
|
|
Loading…
Reference in a new issue