Add Crates.io and CI badges

This commit is contained in:
KernelErr
2021-10-25 22:29:02 +08:00
parent fc87ea6824
commit 4c9b7a6990
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -2,6 +2,8 @@
> Hey, now we are on level 4!
[![](https://img.shields.io/crates/v/fourth)](https://crates.io/crates/fourth) [![CI](https://img.shields.io/github/workflow/status/kernelerr/fourth/Rust)](https://github.com/KernelErr/fourth/actions/workflows/rust.yml)
Fourth is a layer 4 proxy implemented by Rust to listen on specific ports and transfer data to remote addresses according to configuration.
## Features
+3 -1
View File
@@ -2,6 +2,8 @@
> 这一波在第四层。
[![](https://img.shields.io/crates/v/fourth)](https://crates.io/crates/fourth) [![CI](https://img.shields.io/github/workflow/status/kernelerr/fourth/Rust)](https://github.com/KernelErr/fourth/actions/workflows/rust.yml)
[English](/README-EN.md)
Fourth是一个Rust实现的Layer 4代理,用于监听指定端口TCP流量,并根据规则转发到指定目标。
@@ -51,7 +53,7 @@ upstream:
other: "www.remote.example.com:8082" # 代理到远端地址
```
内置两个的upstram:ban(立即中断连接)、echo(返回读到的数据)。
内置两个的upstream:ban(立即中断连接)、echo(返回读到的数据)。
## io_uring?