summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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