Publish 0.1.3 and update README

This commit is contained in:
KernelErr 2021-10-26 23:58:00 +08:00
parent ee9d0685b3
commit 4363e3f76a
4 changed files with 6 additions and 2 deletions

2
Cargo.lock generated
View File

@ -98,7 +98,7 @@ dependencies = [
[[package]]
name = "fourth"
version = "0.1.2"
version = "0.1.3"
dependencies = [
"byte_string",
"bytes 1.1.0",

View File

@ -1,6 +1,6 @@
[package]
name = "fourth"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
authors = ["LI Rui <lr_cn@outlook.com>"]
license = "Apache-2.0"

View File

@ -4,6 +4,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)
**Under heavy development, version 0.1 may update frequently**
Fourth is a layer 4 proxy implemented by Rust to listen on specific ports and transfer TCP/KCP data to remote addresses(only TCP) according to configuration.
## Features

View File

@ -6,6 +6,8 @@
[English](/README-EN.md)
**积极开发中0.1版本迭代可能较快**
Fourth是一个Rust实现的Layer 4代理用于监听指定端口TCP/KCP流量并根据规则转发到指定目标目前只支持TCP
## 功能