Skip to content

Commit

Permalink
docs: update readme info
Browse files Browse the repository at this point in the history
  • Loading branch information
cyunrei committed Mar 14, 2024
1 parent 2363b4e commit ff4c403
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Portbridge
# Portbridge ![GitHub Release](https://img.shields.io/github/v/release/cyunrei/portbridge) [![Go Report Card](https://goreportcard.com/badge/github.com/cyunrei/portbridge)](https://goreportcard.com/report/github.com/cyunrei/portbridge) ![GitHub License](https://img.shields.io/github/license/cyunrei/portbridge)

Portbridge is a user-space port-forwarding tool with cross-platform support.
Portbridge is a port forwarding tool with cross-platform support.

# Features

Expand Down Expand Up @@ -46,7 +46,7 @@ portbridge -s 127.0.0.1:7777 -d [::1]:7777 -p tcp
portbridge -s :8081 -d 127.0.0.1:8080 -p tcp -b 1024
```

- Execute the above examples in `rules_example.json`(or `rules_example.yaml`)
- Execute the above examples in `rules_example.json`(or `rules_example.yaml`, which in the release files)

```shell
portbridge -f rules_example.json
Expand Down

0 comments on commit ff4c403

Please sign in to comment.