狂男风

Results 7 issues of 狂男风

I am documenting this for now and then take time to see how `acca` handles it, or if it has been discussed in any previous issues. If not, submit it...

help wanted
question

## 简单描述这个 Bug 作为http代理客户端使用时发生: `github.com/p4gefau1t/trojan-go/tunnel/http.(*Server).acceptLoop.func1:server.go:147 http failed to read http response | unexpected EOF` https://github.com/p4gefau1t/trojan-go/blob/d051cf4c8852d708769ca1c4e514306a88da830b/tunnel/http/server.go#L147 ## 如何复现这个 Bug 作为 http client 为浏览器进行代理时发生该错误,并发生内存溢出。 ## 服务器和客户端环境信息 服务器:centos7.5+trojan-go-0.8.2 客户端:win10+edge+trojan-go-0.8.2 ## 服务端和客户端日志 客户端日志 ```...

bug

As you know, I'm writing a new simple front-end. Currently I have some questions about handling exit codes. The exit code `11` means e-current out of range. The e-current-related commands...

enhancement
question
discussion

On Windows systems with a lower version of the NET Framework, TLS 1.0 is used by default when no TLS version is specified, but some sites (such as `raw.githubusercontent.com`) have...

Can this proxy auto select the max-profit-algo for the miners (such as xmrig) based on the calibration/benchmarking of miners? ``` "pools": [ { "hostname": "gulf.moneroocean.stream", "algo": "cn/r", ... },{ "hostname":...

https://github.com/NewFuture/DDNS/blob/62eed8bb943a219065a0fff13ab0d81edc16f891/dns/alidns.py#L56-L58 规范化参数字符串 `query = urlencode(sorted(params.items()))` 应该为 `query = urlencode(sorted(params.items()), quote_via=quote)` 因为 `urlencode()` 默认使用 `quote_plus`,它把空格处理成加号,不符合[阿里云文档](https://help.aliyun.com/document_detail/29747.html)要求处理成 `%20`。 然后下面的 `quote(query, safe='')` 再按照文档把 `%20` 处理成 `%2520`。 _而且这里的 `quote(query, safe='')` 其实可以不设置忽略 `/` 字符安全而直接写成 `quote(query)`,因为此处的 `query`...

我注意到你同时也是 MentoHUST 的 Owner,那么你应该拥有 V3 验证的源代码,而且你在 http://code.google.com/p/mentohust/issues/detail?id=94#c16 中也承认拥有 V3 源代码。为甚麽没有继续开发或者将其开源呢?如果是因为没有人接手 RuijieClient的话就更应该如此了,而且据我所知应该也有人 http://code.google.com/p/mentohust/issues/detail?id=94#c22 接洽过你咨询讨论 V3 和接手 RuijieClient 的问题,但是目前为止未知结果。 现在我与 MentoHUST 团队讨论(http://code.google.com/p/mentohust/issues/detail?id=168#c3 ) V3 相关的最新情况得知其有意向开源,但是并不想做始作俑者。 这种情况下,如果你已经获得了 V3 的代码,大家会接受并欢迎开源,不会有人表示异议,所有人都将知道并记住你为第三方锐捷所做的贡献。 如果你尚未获得 V3 源代码,我觉得此时是与 MentoHUST...