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

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

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" # 代理到远端地址
```
内置两个的upstramban立即中断连接、echo返回读到的数据
内置两个的upstreamban立即中断连接、echo返回读到的数据
## io_uring?