wang20150419

Results 6 comments of wang20150419

对 @Blaok @bigeagle 的脚本修正: ``` ip -6 route add `ip -6 route show default|sed -e 's/from [^ ]* //'` ``` 应该替换为: route -A inet6 add default gw $(ifconfig | grep...

> > Based on the configuration above, it does not work. > > Post your full config so I can take a look. server_config.json: ```json { "servers": [ { "name":...

Now I changed the position of the unsafeRequestStreamPrefix and unsafeResponseStreamPrefix fields, but it still doesn't work. server_config.json: ```json { "servers": [ { "name": "ss-2022", "listen": ":20220", "protocol": "2022-blake3-aes-128-gcm", "enableTCP": true,...

Now, I modified the client config. I am using the latest version (shadowsocks-go-v1.4.0-linux-x86-64-v3) . the message "Unsafe stream prefix taints the server/client {"name": "ss-2022"}" is displayed when both the client...

> > 容器能启动,但网页无法访问。 > > 应用会在容器开始运行时先执行 `npm run build`,构建完成后才会启动 Nginx,这一步需要一些时间 的确,等一会儿后,网页就可以访问了。 但是,又出现了奇怪的问题, 对话的时候,出现GeminiPro KEY 无效的提示。但是同样的key, 在 https://github.com/babaohuang/GeminiProChat 项目里是正常的。想重新申请一个新KEY,没法成功。不知道这里有啥窍门。

> It sounds like you may not have IPv6 connectivity to the site which the hostname resolves to. I would check your IPv6 connectivity and enable debug logging and see...