summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-01-29 12:46:23 -0600
committerkali kaneko (leap communications) <kali@leap.se>2020-01-29 12:46:23 -0600
commit6ba23c4e3de16181857d5703198d2e817928f1ba (patch)
tree05e4fab5dcfeaf45e4fbe9db1437ee7fcd86cdcb /Makefile
parent0c15f2abae7bddbf3311d83aca33aca1aa5761c8 (diff)
fixes after review
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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