summaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md2
1 files changed, 1 insertions, 1 deletions
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