Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/wangyu-/tinyForwarder
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu- committed Nov 6, 2017
2 parents bea99cc + a0160bb commit 3676641
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 3676641

Please sign in to comment.