> For the complete documentation index, see [llms.txt](https://www.heresecurity.wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.heresecurity.wiki/heng-xiang-yi-dong/dai-li/gost.md).

# Gost

```
>git clone https://github.com/ginuerzh/gost
>cd gost/cmd/gost
>go build
Socks5 Proxy
>Server side: gost -L=socks5://:1080
>Client side: gost -L=:8080 -F=socks5://server_ip:1080?notls=true

端口转发
>gost -L=tcp://:2222/192.168.1.1:22 [-F=..]
```
