From d75366a018680b43eb3db0caac049dcd6ba53996 Mon Sep 17 00:00:00 2001 From: xtaci Date: Sat, 14 Dec 2024 16:14:42 +0800 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 753dd7d..e24bd95 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,15 @@ # 🦗 grasshopper +[![GoDoc][1]][2] [![MIT licensed][3]][4] [![Created At][5]][6] [![Go Report Card][7]][8] + +[1]: https://godoc.org/github.com/xtaci/grasshopper?status.svg +[2]: https://pkg.go.dev/github.com/xtaci/grasshopper +[3]: https://img.shields.io/badge/license-MIT-blue.svg +[4]: LICENSE +[5]: https://img.shields.io/github/created-at/xtaci/grasshopper +[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 + **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. ## Architecture