gost
gost copied to clipboard
GO Simple Tunnel - a simple tunnel written in golang
I use this command to convert: `gost -F=127.0.0.1:4444 -L=:3000` 127.0.0.1:4444 input HTTP proxy 127.0.0.1:3000 output SOCKS and HTTP proxy For example, the browser is set to SOCKS proxy. This works...
I download gost-linux-386-2.11.1.gz and scan by Kaspersky. Then find a virus. Check whether the virus is falsely reported. If it is false positive, can you submit an application to Kaspersky...
Hello There , I have a domestic VPS and a foreign VPS . The foreign VPS is running v2ray ( vless + ws + tls or vmess + ws +...
V3版本预计什么时候发布呢
refer: https://superuser.com/questions/454210/how-can-i-use-ssh-with-a-socks-5-proxy - ~/.ssh/config ```config ProxyCommand /usr/bin/nc -X connect -x 127.0.0.1:7777 %h %p ``` - Feature Request ```config ProxyCommand gost -X=SSH://%h:%p -F=[Protocols]://XXXXX ```
Hi everyone I have v2ray websocket server and I used a CDN and domain fronting to prevent IP blocking. Actually i use a valid domain in SNI field and the...
Running example https://gost.run/en/concepts/chain/#node-group gives error "none node available".
各位大神,这里有个小问题请教一下,我现在server模式使用以下命令: ` gost -L relay+tls://:8306/127.0.0.1:18306 ` 请问,这个命令行,应该如何转换成json
亲爱的朋友们,来自伊朗的问候,我正在尝试实现从 GFW 内的 vps A 到 GFW 外的 vps B 的隧道,因为 cloudflare IP 有严格的带宽限制,并且不使用 cdn 会导致 vps B IP 在使用 200-300 GB 的数据后被检测到并受到限制。 所以我设法扫描了范围广泛的 cloudflare cdn IP,并发现了一些白名单 IP,这些 IP 在我的...
由于要上Tiktok, WhatsApp, Facebook,需要用到住宅IP,但是通过PC电脑的V2RayN和自己搭的软路由的socks5直接连接美国的住宅IP,网络延时至少要到260mm了,网络高峰期那延迟更加的厉害,关键还丢数据包,非常不稳定,连Google, Youtube的页面有时候都打不开,那想开展业务就更加困难了。 所以我就想通过香港的VPS上的GOST进行中转,虽然网络延时降不了太多,但是至少可以保证网络稳定,不丢包,这样至少可以使用。 我在香港的GOST中转机上像下面这样启动: gost -L 9527 -F socks5://admin:[email protected]:12323 在电脑的V2RAYN上正常添加一条socks的线路连接香港这台服务器的9527端口,结果访问不了。 返回的错误信息如下: 2022/12/01 14:56:53 forward.go:136: [tcp] 113.87.128.174:56811 -> 156.251.182.54:9527 : read tcp 156.251.182.54:35442->176.102.123.138:12323: i/o timeout 我在电脑上通过V2RAYN直接访问IPRoyal给的IP端口和用户名密码是可以正常访问的。 疫情严重,家里的人都失业了,想做点外贸的小本买卖,还被WhatsApp封号,被Tiktok限流,中国人想做点外贸生意真是太难了啊! 各位大神有遇到过这样问题的,能帮我看看,感谢感谢!