summaryrefslogtreecommitdiff
path: root/obfsproxy/Makefile
blob: c0ad4bc14a2d5590a675e0005f3dad02810dddf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
GW=37.218.241.98

certs:
	curl -k https://black.riseup.net/ca.crt > /tmp/ca.crt
	curl -k https://api.black.riseup.net/3/cert > /tmp/cert.pem

proxy: certs
	#./obfsproxy -proxy=${GW}:4430 -addr=127.0.0.1:4430
	GW=${GW} ./leap-vpn.sh

check:
	curl https://wtfismyip.com/json

stop:
	pkill -9 shape

obfsproxy:
	go build