summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b000de0..1481a5a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,9 @@
build:
go build cmd/vpnweb/vpnweb.go
-demo:
+demo-sip:
. config/CONFIG && ./vpnweb -notls -auth=sip
+demo-anon:
+ . config/CONFIG && ./vpnweb -notls -auth=anon
clean:
rm -f public/1/*
rm public/ca.crt