From 65c79c1c1ce3cbcac3d826e4d09cc786768c7ae0 Mon Sep 17 00:00:00 2001 From: Shiming Zhang Date: Fri, 1 Oct 2021 18:16:45 +0800 Subject: [PATCH] Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 074d58b..54728c8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Socks5/Socks5h server and client -[![Build Status](https://travis-ci.org/wzshiming/socks5.svg?branch=master)](https://travis-ci.org/wzshiming/socks5) +[![Build](https://github.com/wzshiming/socks5/actions/workflows/go-cross-build.yml/badge.svg)](https://github.com/wzshiming/socks5/actions/workflows/go-cross-build.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/wzshiming/socks5)](https://goreportcard.com/report/github.com/wzshiming/socks5) [![GoDoc](https://godoc.org/github.com/wzshiming/socks5?status.svg)](https://godoc.org/github.com/wzshiming/socks5) [![GitHub license](https://img.shields.io/github/license/wzshiming/socks5.svg)](https://github.com/wzshiming/socks5/blob/master/LICENSE) @@ -15,6 +15,7 @@ The following is the implementation of other proxy protocols - [Socks4](https://github.com/wzshiming/socks4) - [HTTP Proxy](https://github.com/wzshiming/httpproxy) - [Shadow Socks](https://github.com/wzshiming/shadowsocks) +- [SSH Proxy](https://github.com/wzshiming/sshproxy) ## Usage @@ -28,4 +29,4 @@ The following is the implementation of other proxy protocols ## License -Pouch is licensed under the MIT License. See [LICENSE](https://github.com/wzshiming/socks5/blob/master/LICENSE) for the full license text. +Licensed under the MIT License. See [LICENSE](https://github.com/wzshiming/socks5/blob/master/LICENSE) for the full license text.