summaryrefslogtreecommitdiff
path: root/Makefile
blob: d2b9fb2ebf3d2185b0861728e7cb8e8b775b5df2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
build:
	go build
demo:
	./vpnweb -caCrt test/files/ca.crt -caKey test/files/ca.key
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.jinja --obfs4_state deploy/shapeshifter-state > deploy/public/3/eip-service.json
populate:
	cp test/1/* public/1/
	cp test/files/ca.crt public/