Monsoon

Results 5 issues of Monsoon

希望在 https://hub.docker.com/r/xtaci/kcptun 中添加 ARM64 的镜像

Example: ``` "balancers": [ { "tag": "proxy", "selector": [ "out1", "out2", "out3" ], "strategy": { "type": "fallback" } } ] ``` The balancer will choose first alive outbound according to...

添加 http+socks 混合入站协议,让 http 和 socks 服务开在一个端口 配置文件中 `protocol` 为 `mixed`,`settings` 按照以下格式 ```json "settings": { "accounts": [ // 可选,http+socks 的密码,默认为无密码 { "user": "user", "pass": "pass" } ], "timeout": 5, //...

Fix crash caused by saving model to a file in non-existent subdirectory. Fix crash caused by using cPickle.load/dump a file which is not opened with binary mode.