summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-01-24 23:09:50 -0600
committerkali kaneko (leap communications) <kali@leap.se>2020-01-24 23:59:42 -0600
commit307582d9d193f282fc20182468a02ed0c55b4f99 (patch)
treea1624dcf626cb6b984033c331e33b6b418b0eadc /Makefile
parent1c9220e04016d035c3c688c315ceabe274f45dfc (diff)
sip authenticator
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