Results 7 comments of ifeng

I ran into the same problem. I saw from (https://github.com/discountry/chatgpt-telegram) that the Source code needs to be downloaded for compilation, and the format of .env is TELEGRAM_ID=123456 # your ID...

This branch (https://github.com/discountry/chatgpt-telegram) supports using @bot in the telegram group, but it has not been merged into the main version, so there is no way to use @bot. I modified...

> > Could you compile a version that includes this @bot fix and the ENV nanosecond fix from earlier today? That should make the perfect GPT bot for groups! Currently...

@LxNix 该问题解决了吗?我也遇到同样的问题。出现卡死的现象,需要重启才可以恢复正常。我参考该Issues中的提示,关闭了端口跳跃,这时使用netstat -an查看,虽然仍然有大量的udp域名解析链接,但是并没有出现卡死现象。

> 没有解决,但不使用混淆,运行正常. 感谢回复,我也使用了混淆+端口跳跃,我参考你的提示,开启端口跳跃,同时关闭混淆后进行测试,一切正常了。

> 2.2.4 正常 感谢回复,我测试一下。

在dae尚未支持hysteria时,可以考虑使用以下两种实现方式。 1、同时安装dae和hysteria客户端,配置文件参考: dae的配置 ``` # 全局配置 global { # 绑定lan网口提供给内网设备,填自己服务器的网口,多个逗号隔开 lan_interface: eth0 wan_interface: auto log_level: info auto_config_kernel_parameter: true dial_mode: domain allow_insecure: false so_mark_from_dae: 1234 # tls配置 tls_implementation: utls utls_imitate: chrome_auto...