summaryrefslogtreecommitdiff
path: root/obfsproxy/Makefile
blob: 8694349f0b9c8e32bcea2875a6d0236350d9a6e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
RHOST=163.172.126.44:443
LHOST="10.0.0.209:443"

run:
	sudo ./obfsproxy -addr ${LHOST} -vpn ${RHOST} -state test_data -c test_data/obfs4.json 

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

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

stop:
	pkill -9 obfsproxy

obfsproxy:
	go build