From 9bd1b2b51dbf4188b823d9285bd67335b723f484 Mon Sep 17 00:00:00 2001 From: yuguorui Date: Tue, 19 Apr 2022 21:47:59 +0900 Subject: [PATCH] Update README.md --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f32668b..ca12cca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1029,7 +1029,7 @@ dependencies = [ [[package]] name = "rfor" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "boomphf", diff --git a/Cargo.toml b/Cargo.toml index a450283..c1f0013 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rfor" -version = "0.2.0" +version = "0.3.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index 62d2b89..6e731b5 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Features - Standard SOCKS5 proxy protocols support - Fast routing decision ( <= 15us with 70k rules ) - TLS SNI sniffing - - MMDB support + - GeoIP/GeoSite/MMDB support - Auto configuration and cleanup for transparent proxy with iptables and tproxy (No more mess with iptables) - Optional source IP preserving when connects directly - Native IPv6 support