From 765ccdce2d80796a037fac19c9df801672bc35ce Mon Sep 17 00:00:00 2001 From: lymanjre <125398461+lymanjre@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:35:09 +0330 Subject: [PATCH] Update How-to-Enable-Free-Internet-Access-for-Clients-Behind-an-OpenWrt-Router-Using-HiddifyCli.md --- ...cess-for-Clients-Behind-an-OpenWrt-Router-Using-HiddifyCli.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/app/How-to-Enable-Free-Internet-Access-for-Clients-Behind-an-OpenWrt-Router-Using-HiddifyCli.md b/docs/app/How-to-Enable-Free-Internet-Access-for-Clients-Behind-an-OpenWrt-Router-Using-HiddifyCli.md index 167b93534..df6ce209d 100644 --- a/docs/app/How-to-Enable-Free-Internet-Access-for-Clients-Behind-an-OpenWrt-Router-Using-HiddifyCli.md +++ b/docs/app/How-to-Enable-Free-Internet-Access-for-Clients-Behind-an-OpenWrt-Router-Using-HiddifyCli.md @@ -32,6 +32,7 @@ iptables -A FORWARD -i br-lan -p tcp --dport 12334 -j ACCEPT ``` **Explanation:** + - `br-lan`: The LAN interface of the router. - `12334`: HiddifyCli proxy port.