From 1f9ed53a62b6d282f9e6ec01d165aafb6d507f6c Mon Sep 17 00:00:00 2001 From: Anjan Nath Date: Sun, 22 May 2022 00:49:40 +0530 Subject: use correct braces for shell variable for easy c&p of command --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index ef9e4c6..75958a5 100644 --- a/docs/README.md +++ b/docs/README.md @@ -18,7 +18,7 @@ export LHOST=10.10.1.10:4430 # this is our obfs4 endpoint (private network; export RHOST=163.172.126.44:443 # this is the GW IP (each obfsproxy is routing to only one openvpn GW). cd server && make build -sudo ./server -addr $(LHOST) -vpn $(RHOST) -state test_data -c test_data/obfs4.json +sudo ./server -addr ${LHOST} -vpn ${RHOST} -state test_data -c test_data/obfs4.json ``` ### 2. Run `obfsclient` to start a socks5 proxy in localhost -- cgit v1.2.3