From ff4c403297778a061dfe3e2b5ed97a0c56587bd4 Mon Sep 17 00:00:00 2001 From: Cyunrei Date: Thu, 14 Mar 2024 20:10:02 +0800 Subject: [PATCH] docs: update readme info --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 17f832f..a535459 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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