From 819adbbb708076bcf9d3ee6443c704303aad5a80 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Thu, 30 Jan 2020 19:08:14 -0600 Subject: refactor auth middleware --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cc1ca07..680414d 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,9 @@ PROVIDER_TEMPLATE=scripts/templates/provider.json.jinja PROVIDER=deploy/public/provider.json build: - go build cmd/vpnweb/vpnweb.go + go build demo-sip: - . config/CONFIG && ./vpnweb -auth=sip + . config/CONFIG && ./vpnweb -auth=sip2 demo-anon: . config/CONFIG && ./vpnweb -auth=anon clean: -- cgit v1.2.3