Ricky

Results 20 comments of Ricky

不期待解决此问题,故关闭。

实测V2Ray的QUIC传输层协议也会有这个问题,mKCP就没有。 对于程序被重启的情况,能否实现对“软件即将被关闭”绑定事件,在软件完全退出前安全关闭所有连接?

换一种做法,直接把构建好的`server.min.mjs`文件替换默认Worker的`worker.js`文件,并且设置好兼容性标志`nodejs_compat`并设置环境变量,结果部署时报错: ```log Uncaught SyntaxError: Cannot use import statement outside a module at worker.js:1 ```

edgetunnel和epeius都没有实现UDP支持,并且目前已经被Cloudflare识别,无法部署。我是因为这个才注意到shadowsocks-ws。

[Cloudflare更新条款明确说明不得将其作为代理使用 也不得优选IP](https://www.landiannews.com/archives/107113.html)

羊毛薅秃了。VPS部署的话通常可以用v2ray-core这种功能更丰富的代理软件。

Same here: ``` Error: group: github.com/gotd/td/mtproto.(*Conn).Run github.com/gotd/[email protected]/mtproto/conn.go:214 - task readLoop: github.com/gotd/td/tdsync.(*LogGroup).Go.func1 github.com/gotd/[email protected]/tdsync/log_group.go:48 - read: github.com/gotd/td/mtproto.(*Conn).readLoop github.com/gotd/[email protected]/mtproto/read.go:193 - read: github.com/gotd/td/transport.(*connection).Recv github.com/gotd/[email protected]/transport/connection.go:70 - read intermediate: github.com/gotd/td/proto/codec.Intermediate.Read github.com/gotd/[email protected]/proto/codec/intermediate.go:73 - read length: github.com/gotd/td/proto/codec.readLen github.com/gotd/[email protected]/proto/codec/codec.go:35...

> It's likely that your process is just using too much memory. Try increasing the memory available and see if the error subsides I tried changing the command to `node...

https://github.com/uburuntu/throttler/blob/master/throttler/throttler.py#L32