From 12f0aca04bb613cae64d3c438042b85474abb411 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Fri, 24 Jan 2020 15:43:06 -0600 Subject: fallback to env vars for config options --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0ff7174..d34d541 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ build: go build demo: - . config/CONFIG && ./vpnweb -caCrt test/files/ca.crt -caKey test/files/ca.key -notls + . config/CONFIG && ./vpnweb -notls clean: rm -f public/1/* rm public/ca.crt -- cgit v1.2.3