ginuerzh / gost

GO Simple Tunnel - a simple tunnel written in golang
MIT License
15.47k stars 2.42k forks source link

why use GOST over iptables rules? #911

Open kingmaster1 opened 1 year ago

kingmaster1 commented 1 year ago

Hello. I'm just confused. GOST can do forwardings for example incoming port 443 to another_host:8080 It can be done just by a simple iptables rule. So what's the benefit of using GOST? Thanks.