summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-01-30 19:08:14 -0600
committerkali kaneko (leap communications) <kali@leap.se>2020-01-30 19:16:19 -0600
commit819adbbb708076bcf9d3ee6443c704303aad5a80 (patch)
tree53081f249aade5edc17f6a9a72f449414d881fdd /Makefile
parent6ba23c4e3de16181857d5703198d2e817928f1ba (diff)
refactor auth middleware
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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: