diff --git a/README.md b/README.md index 2c0362d..07455d9 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ chmod +x ./tcpforwarder - **our usa vps ip address is 44.55.66.77 and that service port is 9090 as mentioned before** - **so we need to replace the variables in `./tcpforwarder -lPort LISTEN_PORT -rHost REMOTE_SERVER_HOST -rPort REMOTE_SERVER_PORT` and it becomes** : - +(don't forget, we need to run this on our ir vps) > ./tcpforwarder -lPort 8080 -rHost 44.55.66.77 -rPort 9090 no we can use the ir server ip address and 8080 port instead of 44.55.66.77 and 9090 for connecting to that service running on the usa vps.