gost
gost copied to clipboard
GO Simple Tunnel - a simple tunnel written in golang
faketls
Current TLS proxy is awesome, however it would be great if we can have faketls. For instance, we setup our proxy with sni of google.com and a user and password...
目前gost的后端检查只是检查端口的存活,后端是否可用目前无法检查。。。 下面这个项目检查后端存活效果非常好,希望可以借鉴一下 https://github.com/mingcheng/socks5lb
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...
在连接数较多的时候会断流 日志出现io: read/write on closed pipe 设置了双向ca认证 和 心跳保活 单转发链
Is support for [DTLS 1.2](https://github.com/pion/dtls) as transport in the roadmap? PD: I've just discovered this project by accident after testing go-tunnel, stunnel, spiped and ssh-forward and I'm impressed by its...
大佬好,请问转发配置协议类型是socks5+任意传输层协议时断网,client提示 missing port in address,改为relay+tls时可以正常连通是什么原因啊 源IP:1.1.1.1 client IP:2.2.2.2,gost监听端口10000 server IP:3.3.3.3,gost监听端口1111,55监听端口2222 ===================================== client配置文件: { "Debug": false, "Retries": 0, "ServeNodes": [], "ChainNodes": [], "Routes": [ { "ServeNodes": [ "tcp://:10000","udp://:10000" ], "ChainNodes": [...
https://github.com/ginuerzh/gost/blob/b0bb26fc952bb7e27a93d7be9d4694e9e0d6da84/ssh.go#L578 `direct-tcpip` is not supported. The android client SagerNet seems to need that.
最近遇到一个 HTTP 代理(支持隧道模式,可以用 CONNECT 方法),但这个代理的非隧道模式有些问题,导致了某些信息被篡改,而隧道模式却没问题。针对这个问题,gost 是否可以提供了一个选项,在连接 HTTP 代理时,可以自行指定使用 CONNECT 模式。Surge 提供了类似选项,非常方便。
Hello, I am using Gost for TLS proxy, my question is, is it possible that some of the IPs we defined are not sent to the server and the rest...
Help! I want to start Gost enabling SS-TCP and SS-UDP, but now I can only do it in 2 terminals with "-L ss://:local_port/remote_ip:remote_port" and "-L ssu://:local_port -F ssu://remote_ip:remote_port". So how...