Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benyamin218118 authored Mar 8, 2023
1 parent b9d328d commit 5593618
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

its a simple tcp forwarding tool to forward incoming tcp connections to a remote service at a remote host

`you can use a domain as the remote host too.`

## Download and usage :
```
wget https://github.com/benyamin218118/tcpforwarder/raw/main/tcpforwarder
Expand All @@ -16,7 +14,7 @@ chmod +x ./tcpforwarder

**we want to forward incoming tcp connections from our ir vps to a service running on port 9090 on a usa vps**
- first we need to choose a listen port for the ir vps like 8080 ( we will accept the incoming tcp connections on it )
- our usa vps ip address is 44.55.66.77 and that service port is 9090 as mentioned before
- our usa vps ip address is 44.55.66.77 and that service port is 9090 as mentioned before ( `you can use domain address instead of the ip too` )
- so we need to replace the variables in `./tcpforwarder -lPort LISTEN_PORT -rHost REMOTE_SERVER_HOST -rPort REMOTE_SERVER_PORT` and run it on the ir vps:

> ./tcpforwarder -lPort 8080 -rHost 44.55.66.77 -rPort 9090
Expand Down

0 comments on commit 5593618

Please sign in to comment.