Results 33 comments of Nanahira

您好,Linux 目前只适配了 YGOPro 的使用,东方 project 游戏暂时没有适配。请留意后续的版本。

With a careful check of the logs of both our gateways and CDN, we found there were 1000 requests per day, which isn't a high number. Is that amount of...

https://github.com/purerosefallen/majsoul-helper Try my fork, with that one fixed.

> > https://github.com/purerosefallen/majsoul-helper 내 포크를 사용해 보세요. > > Thank to your help, it can work well. But, a feature was added to the console window, 自动摸打. I don't need...

第一个问题我认为需要在 createUser 的情况加一个锁。第二个也可以用锁或者 transaction 的形式来解决。 其中一个思路就是引入 mutex api,这些操作之前进行加锁之后处理。 minato 其实也比较缺乏对 transaction 的支持。

You have to focus on iptables. Disable their networks when using wrong IP addresses. ~~Is WebVirtCloud WHMCS addon coming?~~

NAT VPS? a solution may be: ```bash iptables -A FORWARD -m mac --mac-source MAC_ADDRESS_OF_VPS ! -s IP_ADDRESS_OF_VPS -j DROP ``` But it may be no help if the bad actors...

nestjs works well on cjs.

You may use `.userFields` to observe user, and do the talk. if `user` does not exist, fallback to the map thing. Plus, if you think instances without database should be...