warp-vpn

point to point VPN implementation
git clone git://git.2f30.org/warp-vpn
Log | Files | Refs | README

commit e9f74d34859e63495f2ec4f324def280317fe16c
parent e3c881c4cbd296d9b5d4df3f4bc585b406f8ab05
Author: sin <sin@2f30.org>
Date:   Fri,  8 Apr 2016 09:22:10 +0100

add note on deps for building on various systems

Diffstat:
MREADME | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -25,3 +25,16 @@ On the client: STUNPW=pass stun -h hostname /dev/tun0 TCP port 12080 must be opened on the server side. + + +Portability +----------- + +stun works on OpenBSD, FreeBSD, DragonFly BSD and Linux +based systems. + +On FreeBSD and DragonFly BSD you need libressl +to build stun. + +On Linux based systems you need libressl and libbsd +to build stun.