summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b8fe777..023972c 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,11 @@ demo:
clean:
rm -f public/1/*
rm public/ca.crt
+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 --obfs4_state deploy/shapeshifter-state > deploy/public/3/eip-service.json
populate:
cp test/1/* public/1/
cp test/files/ca.crt public/