warp-vpn

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

commit 86348191f0e2e02b3eb2cb903aee30be3bb6e928
parent 43ed51f65886dd86bb2cd03d66a3118d7d30461a
Author: sin <sin@2f30.org>
Date:   Mon, 21 Mar 2016 19:45:49 +0000

mention host:port

Diffstat:
Mstun.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stun.c b/stun.c @@ -442,7 +442,7 @@ clientsetup(int tunfd) errx(1, "failed to respond to challenge"); ret = tunnel(netfd, tunfd); - warnx("connection dropped"); + warnx("connection to %s:%s dropped", host, port); close(netfd); return ret; }