From 307582d9d193f282fc20182468a02ed0c55b4f99 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Fri, 24 Jan 2020 23:09:50 -0600 Subject: sip authenticator --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b000de0..1481a5a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,9 @@ build: go build cmd/vpnweb/vpnweb.go -demo: +demo-sip: . config/CONFIG && ./vpnweb -notls -auth=sip +demo-anon: + . config/CONFIG && ./vpnweb -notls -auth=anon clean: rm -f public/1/* rm public/ca.crt -- cgit v1.2.3