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

./gost -L :11200?udp=true -F socks5://123456:[email protected]:11200 我通过用中转机进行加速,在中转机使用上面的命令把请求转发到远端机器,远端机器再访问网页,被访问的网站或者游戏可以得到中转机的IP等信息么?

![image](https://user-images.githubusercontent.com/35255549/167243309-0d9896d9-6b53-49e8-938e-c9f9a0684bbc.png) how to pretend user agent(proxy-agent: gost/2.11.2) to other (nginx, httpd,etc)

有一个双栈主机,通过ipv4的https代理向外提供服务。 在chrome/edge下通过SwitchyOmega是可以正常访问ipv6网站的 我将这个https代理转成: 1.socks代理,在chrome/edge下通过SwitchyOmega是可以正常访问ipv6网站的 命令:gost-linux-386 -L socks5://:1234 -F https://username:password@serverdomain:port 2.透明代理,在openwrt路由器上用ip6tables转发,无法访问ipv6网站 命令:gost-linux-386 -L red://:2345 -F https://username:password@serverdomain:port 但是通过lsof看到确实监听了ipv6端口,如果kill掉gost,换一个ss的透明代理,是可以访问ipv6网站的,也就是说应该是gost的处理有问题,试了试2.x和3.x都存在该问题

Prometheus exporter will be great. ## Example #### Fails Tag: [types=invalid auth/invalid protocol] Fields=Fails/Seconds #### Usage Tags: [username, ip, port, protocol] Fields: send, recive bytes ``` # fails gost_fails_count{type=invalid_auth} 7...

Feature
v3

这是容器部署的命令:docker run -d -p 14736:14736/tcp -p 14736:14736/udp --name sd ginuerzh/gost -L udp://:14736 -L tcp://:14736 -F relay+mwss://服务端ip:33898?mbind=true为什不上服务端!

好像是 docker 架构识别问题吧 `docker-compose.yaml ` ![image](https://user-images.githubusercontent.com/24244480/144222628-04f17c92-7f6a-4599-8b29-c236dfefcae7.png) `docker pull ginuerzh/gost:latest` ![image](https://user-images.githubusercontent.com/24244480/144222752-79887ecb-d435-4f2a-95b3-d1946ffc27be.png) `docker-compose up` ![image](https://user-images.githubusercontent.com/24244480/144222744-5ce0fdcd-ca1e-4641-b7a6-132d2b60f94c.png) `docker log` ![image](https://user-images.githubusercontent.com/24244480/144223075-4eb9767c-c460-47ff-b267-3d19de278b86.png) ![image](https://user-images.githubusercontent.com/24244480/144223145-e2b38490-61ad-499b-8cab-ddb2d5f3e2a3.png)

gost -L socks5://:1234/1.1.1.1:1234 1.1.1.1 为落地机的IP,实际使用时显示的是中转IP。使用tcp协议直接转发则能显示落地IP。版本为v2.11.1

After a while, the program will run out of memory and exit automatically Run using the following method gost -L ss://xxxxxx -F http2://xxxxxx runtime: out of memory: cannot allocate 4194304-byte...

NeedsInvestigation

``` gost -L :2323?dns=1.1.1.1:53/tcp ``` ``` curl -x localhost:2323 -v ipv6.tanatos.org ``` ``` 2022/04/24 18:13:13 route.go:679: auto://:2323 on [::]:2323 2022/04/24 18:13:14 http.go:161: [http] 127.0.0.1:57760 -> auto://:2323 -> ipv6.tanatos.org:80 2022/04/24 18:13:14...

bug