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.