summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-01-24 22:24:26 -0600
committerkali kaneko (leap communications) <kali@leap.se>2020-01-24 22:24:26 -0600
commitd3b21e5adc27cbb472e688b7c602e3bd721dec31 (patch)
tree4db7bd5dcdff857e543a64932caa03285f6b4df9 /Makefile
parentd437b73a8c2dda9884c92d2be44727e66c2289e2 (diff)
protect certificate handler
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 50e53ab..b000de0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
build:
go build cmd/vpnweb/vpnweb.go
demo:
- . config/CONFIG && ./vpnweb -notls
+ . config/CONFIG && ./vpnweb -notls -auth=sip
clean:
rm -f public/1/*
rm public/ca.crt