From 41ee76354fef588b0399dc6d90815152c3ab496b Mon Sep 17 00:00:00 2001 From: Guorui Yu Date: Mon, 2 Jan 2023 15:06:12 +0800 Subject: [PATCH] Update README.md Signed-off-by: Guorui Yu --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b9a61f3..385cdf6 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Features - Fast routing decision ( <= 15us with 70k rules ) - TLS SNI sniffing - [GeoIP](https://cdn.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geoip.dat)/[GeoSite](https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat)/[MMDB](https://raw.githubusercontent.com/alecthw/mmdb_china_ip_list/release/Country.mmdb) support -- Auto configuration and cleanup for transparent proxy with iptables and tproxy (No more mess with iptables) +- 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 @@ -87,7 +87,9 @@ OPTIONS: # Known Issues - `br_netfilter` has some known issues [link](http://patchwork.ozlabs.org/project/netfilter-devel/patch/1518715545-2188-1-git-send-email-gregory.vanderschueren@tessares.net/) with tproxy, which may lead to network timeout in Docker. You can mitigate this problem with: -```shell -echo "0" | sudo tee /proc/sys/net/bridge/bridge-nf-call-iptables -echo "0" | sudo tee /proc/sys/net/bridge/bridge-nf-call-ip6tables -``` + + echo "0" | sudo tee /proc/sys/net/bridge/bridge-nf-call-iptables + echo "0" | sudo tee /proc/sys/net/bridge/bridge-nf-call-ip6tables + + + And you may also switch to mode `redirect`, but the source IP preserving feature will not work anymore.