From bc4f7b5837c9cd475858742d810023e1d9fc5d64 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 17 Sep 2019 19:03:03 -0600 Subject: add simple provider.json --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d2b9fb2..06ed11c 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,8 @@ gen-shapeshifter: scripts/gen-shapeshifter-state.py deploy/shapeshifter-state gen-provider: mkdir -p deploy/public/3 - python3 scripts/simplevpn.py config/demo.yaml scripts/templates/eip-service.json.jinja --obfs4_state deploy/shapeshifter-state > deploy/public/3/eip-service.json + python3 scripts/simplevpn.py --file=eip --config=config/demo.yaml --template=scripts/templates/eip-service.json.jinja --obfs4_state deploy/shapeshifter-state > deploy/public/3/eip-service.json + python3 scripts/simplevpn.py --file=provider --config=config/demo.yaml --template=scripts/templates/provider.json.jinja > deploy/public/provider.json populate: cp test/1/* public/1/ cp test/files/ca.crt public/ -- cgit v1.2.3