DragonFlyEast

Results 5 comments of DragonFlyEast

如果要拦截Web中这种异常换成友好提示的话,是不是只能在NewLfife.Cube中完成了啊, 谢谢!

全在视图里。最好把魔方所有的视图文件都打开看一眼,这样后面你改啥就都有数了

说到这个,感觉是不是可以利用[XProxy](https://github.com/NewLifeX/XProxy) 或 [YARP](https://github.com/microsoft/reverse-proxy) 做一个能反代http/tcp的网关应用,用它来做常驻,支持配置热重载,同一个节点上的网络服务通过它来转发和负载均衡。用nginx可以也挺方便,但是还需要手动改些配置,无法做法完全自动化。或者专门为nginx写一个助理类,去匹配并修改配置然后reload。

@ewaldc Thank you very much for your help. Initially, I used the code from your repository for compilation, and later I also tried [chunkeey's](https://github.com/chunkeey/mbl-debian) repository, but both attempts failed. I...

@peterdey thank you so much for your info. I will have a try !