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

如何关闭windows客户端启动后,bat文件上面的连接信息 例如:2023/05/31 22:59:22 route.go:679: tcp://:12345 on [::]:12345 什么命令可以关闭这个信息。

现有服务器 A, 客户端在本地监听若干端口然后 relay 到服务器 A 上, 配置文件如下 ``` { "Debug": true, "Retries": 999, "ServeNodes": [ "tcp://:WWWW/:XXXX", "tcp://:YYYY/:ZZZZ" ], "ChainNodes": [ "relay+tls://用户名:密码@服务器A地址:监听端口" ] } ``` 现在有额外服务器 B, C 等等, 但是不知道客户端的配置文件里怎么实现故障转移呢?...

https://github.com/woodlyer/gostExample for more infomation. ``` ./gost -L kcp://:9000/:8083 ./gost -L tcp://127.0.0.1:8083 -F forward+kcp://server_ip:9000 ``` Wish it is helpful for someone.

如题,使用上很舒服,希望添加日志功能。

Hi, I would like to report a security vulnerability. Can you please [create a draft Github secuirty advisory](https://docs.github.com/en/code-security/security-advisories/repository-security-advisories/creating-a-repository-security-advisory) and add me as a collaborator?

服务端:gost -L=https://@:1080 客户端是chrome浏览器,用的SwitchyOmega,配置了https代理,但打不开网页,服务器端会提示未知证书,这个怎么办呢? 2023/02/10 11:26:46 http.go:99: [http] : remote error: tls: unknown certificate 2023/02/10 11:26:46 http.go:99: [http] : remote error: tls: unknown certificate 2023/02/10 11:26:47 http.go:99: [http] : remote error:...

换其他工具正常,bing不会跳转。 CDN用的Cloudfront,怀疑是在header里面什么信息被带到bing了。

使用windows版本的gost-windows-amd64,启动config.json,必须使用大写的-C才能启动,导致使用一些自动化的启动工具,不区分大小写的时候,一直启动不了,非要手动启动命令,不知道作者能否修改不区分大小写-c直接可以启动。或者也可以修改为不带参数的情况下,搜索gost所在的文件夹中的config.json默认启动。

I use Ghost Tunnel to relay the connection to V2Ray Xray Core, so I need to have the real IP of the client, but in my log file I just...

Hello developer, I used a static data race detector to check this project and found suspicious data race defects. I have done preliminary filtering and categorized the defects, choosing only...