From 182e3e76908f0824eac155b5e14775b50fe0aca5 Mon Sep 17 00:00:00 2001 From: atanarjuat Date: Sat, 21 May 2022 01:50:47 +0200 Subject: simplify testing of client and server --- obfsproxy/Makefile | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 obfsproxy/Makefile (limited to 'obfsproxy/Makefile') diff --git a/obfsproxy/Makefile b/obfsproxy/Makefile deleted file mode 100644 index 8694349..0000000 --- a/obfsproxy/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -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 -- cgit v1.2.3