From 65856b11fefbe8576512a5e7a71c8aa041cfb22a Mon Sep 17 00:00:00 2001 From: xtaci Date: Tue, 17 Dec 2024 15:04:49 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f1e83ff..8458741 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # 🦗 grasshopper -[![GoDoc][1]][2] [![MIT licensed][3]][4] [![Created At][5]][6] [![Go Report Card][7]][8] +[![GoDoc][1]][2] [![MIT licensed][3]][4] [![Created At][5]][6] [![Go Report Card][7]][8] [![Release][9]][10] [1]: https://godoc.org/github.com/xtaci/grasshopper?status.svg [2]: https://pkg.go.dev/github.com/xtaci/grasshopper @@ -9,6 +9,8 @@ [6]: https://img.shields.io/github/created-at/xtaci/grasshopper [7]: https://goreportcard.com/badge/github.com/xtaci/grasshopper [8]: https://goreportcard.com/report/github.com/xtaci/grasshopper +[9]: https://img.shields.io/github/v/release/xtaci/grasshopper?color=orange +[10]: https://github.com/xtaci/grasshopper/releases/latest **Grasshopper** is a UDP packet forwarder that listens for incoming packets and forwards them to a configured destination. It optionally supports cryptography for both incoming and outgoing packets, using different keys and methods.