gsnova icon indicating copy to clipboard operation
gsnova copied to clipboard

Private proxy solution & network troubleshooting tool.

Results 68 gsnova issues
Sort by recently updated
recently updated
newest added

gsnova客户端启动在Mac OS12下失败,能否用新版go重新build一个macos的包?

https://github.com/yinqiwen/gsnova#transparent-proxy says `Edit iptables rules` . Any guidance on what specific rules should be edited?

想问一下各位大佬,安桌手机上用的配置和电脑上用的配置是同一份吗?我按照别的答案里的教程设置的,手机可以同步电脑 上的配置,但是手机上就是无法使用。电脑上一切正常。是不是这两个配置有不同的地方?我是直接复制了一份电脑 上的配置到android/heroku/下的,不知道这样对不对? 下面是我电脑 上的配置,哎,小白弄点东西好难啊。希望大佬们抽时间回复下。感激不尽啊 //this is just a example "Log": ["color", "gsnova.log"], "UserAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36", //encrypt method can choose...

@yinqiwen 启动时有时无法进入gsnova start 运行中当发生ping remote超时后,gsnova无反应

``` go build (git)-[master] # github.com/yinqiwen/gsnova/common/mux common/mux/quic.go:26:28: not enough arguments in call to q.Session.OpenStreamSync have () want (context.Context) common/mux/quic.go:35:34: not enough arguments in call to q.Session.AcceptStream have () want (context.Context)...

Looks like this project still keeps the string 'SNIProxy' ,however I cannot estabish websocket connection through a sni proxy via configuring client.json as follows, which works well for version 0.26.3:...

Every exported function in a program should have a doc comment. The first sentence should be a summary that starts with the name being declared. From [effective go](https://golang.org/doc/effective_go.html#commentary). I generated...

配置文件是从apk文件中解压出来,配置后同步到手机,细节如下: ——————————————————分割线—————————————————————— { "Log": ["stdout"], "UserAgent":"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1", "Encrypt":{"Method":"auto", "Key":"809240d3a021449f6e67bb73221d42df942a308a"}, "Auth": "gsnova", "LocalDNS":{ "Listen": "127.0.0.1:48100", "FastDNS":["114.114.114.114"], //"TrustedDNS": ["208.67.222.222:443", "208.67.220.220:443"], "TrustedDNS": ["208.67.222.222:443", "208.67.220.220:443"], "CacheSize":1024, "TCPConnect": false...

Can gsnova be used as a rotating proxy server with different protocol (http, https, socks4, socks5) proxy_ip:proxy_port list?