summaryrefslogtreecommitdiff
path: root/obfsproxy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'obfsproxy/Makefile')
-rw-r--r--obfsproxy/Makefile18
1 files changed, 0 insertions, 18 deletions
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