Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu- authored Nov 5, 2017
1 parent ba3bef2 commit a0160bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Linux host (including desktop Linux,Android phone/tablet, OpenWRT router, or Ras
Download binary release from https://github.com/wangyu-/tinyPortMapper/releases

### Running
Assume you want to forward local port 1234 to 10.222.2.1:443 (map 10.222.2.1:443 to local 1234)
Assume you want to map/forward local port 1234 to 10.222.2.1:443
```
# for both TCP and UDP
./tinymapper_amd64 -l0.0.0.0:1234 -r10.222.2.1:443 -t -u
Expand Down

0 comments on commit a0160bb

Please sign in to comment.