From f101881875e29d1383499fc4c840d21c00261792 Mon Sep 17 00:00:00 2001 From: Maxb Date: Wed, 26 Feb 2025 11:57:37 -0800 Subject: [PATCH] Add Github Actions and go pkg docs badges --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4553d3b..0eab274 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # PseudoTCP: A lightweight partial TCP stack for packet to stream interposition in Go - +[![Lint and Test](https://github.com/invisv-privacy/pseudotcp/actions/workflows/build.yaml/badge.svg)](https://github.com/Invisv-Privacy/pseudotcp/actions/workflows/build.yaml)[![GoDoc](https://pkg.go.dev/badge/github.com/invisv-privacy/pseudotcp?status.svg)](https://pkg.go.dev/github.com/invisv-privacy/pseudotcp) ## What is PseudoTCP? Many modern tunneling protocols, including IETF MASQUE, operate at a higher level of abstraction, dealing with flows rather than individual packets. However, this mismatch between the Android VPN interface and flow-based protocols poses a significant challenge for deploying MASQUE on Android devices.