gost搭建代理

gost搭建代理

· json · rss
Subscribe:

About

GOST Command Usage

GOST Command Usage

To install GOST and set up a SOCKS5 proxy, use the following commands:

wget -O - https://github.com/ginuerzh/gost/releases/download/v2.11.5/gost-linux-amd64-2.11.5.gz | gzip -d > /usr/bin/gost

chmod +x /usr/bin/gost

Proxy Configurations

Here are different configurations for the GOST SOCKS5 proxy:

  • gost -L socks5://:1080 - Enable SOCKS5 proxy service on local port 1080 without authentication.
  • gost -L socks5://192.168.0.1:1080 - Limit SOCKS5 proxy to local address 192.168.0.1 on port 1080.
  • gost -L socks5://guest:guest@:1080 - Enable SOCKS5 proxy with username and password authentication (both are "guest").
  • gost -L socks5+tls://:1080 - Use TLS encryption for the SOCKS5 proxy.
  • gost -L socks5+tls://guest:guest@:1080 - Use TLS encryption with username and password authentication.
  • gost -L socks5+quic://:1080 - Enable SOCKS5 over QUIC.