From 6ba23c4e3de16181857d5703198d2e817928f1ba Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Wed, 29 Jan 2020 12:46:23 -0600 Subject: fixes after review --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 35877d5..cc1ca07 100644 --- a/Makefile +++ b/Makefile @@ -7,9 +7,9 @@ PROVIDER=deploy/public/provider.json build: go build cmd/vpnweb/vpnweb.go demo-sip: - . config/CONFIG && ./vpnweb -notls -auth=sip + . config/CONFIG && ./vpnweb -auth=sip demo-anon: - . config/CONFIG && ./vpnweb -notls -auth=anon + . config/CONFIG && ./vpnweb -auth=anon clean: rm -f public/1/* rm public/ca.crt -- cgit v1.2.3