gost icon indicating copy to clipboard operation
gost copied to clipboard

GO Simple Tunnel - a simple tunnel written in golang

Results 236 gost issues
Sort by recently updated
recently updated
newest added

Hi, I need help to do this configuration : ![image](https://user-images.githubusercontent.com/113057/183838037-9ebdd188-20fa-4cba-84fd-a2cb31d9124d.png) In my company the firewall block UDP protocol and use DPI to block any website. Shadowsocks works perfectly but on...

使用的是搬瓦工的centos7系统 ssh到服务器然后使用docker安装了gost 参考:https://github.com/haoel/haoel.github.io/issues/73 按照这个教程在配置,但是到了gost -L的时候就提示-bash: gost: command not found 之后去安装了go,但是还是同样提示。。。 求助应该怎么解呀?

相当于 nginx proxy_protocol 功能

Feature
v3

# 问题描述 在客户端A发起rtcp到服务端后, 通过客户端C连接服务端对应的端口(10022)来访问客户端A的ssh服务器, 在创建后第一次发起连接能正常转发, 在客户端C结束该连接后再第二次发起连接, 此时连接必定被断开(第三次正常, 第四次异常, 这样子, 1次成功连接后的下一次必定异常断开)。目前在我这边必现。 ```txt # 客户端C发起连接连接的时候的出错信息 abc@server:~$ ssh -p 10022 {这里是服务端ip} kex_exchange_identification: Connection closed by remote host Connection closed by {这里是服务端ip} port 10022...

bug

这里有一个 go 的实现,只提供了 socks5 服务 https://github.com/octeep/wireproxy

Proposal
v3

On windows, wintun (WireGuard/wintun) needn't install. Only work with a dll file.

v3

Follow the wiki,like this: `-L=http://:8080?dns=8.8.8.8 -L=socks5://:1080?dns=1.1.1.1` Errors: `panic: runtime error: invalid memory address or nil pointer dereference`

bug

forward.go:136: [tcp] 127.0.0.1:2229 -> 127.0.0.1:12510 : none available 这是什么错误 呢?