wang20150419
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...
最新版本,v2.14.2 一样,设置 DEFAULT_MODEL 无效。
> 找到一个临时解决方案,nginx增加如下配置就好了: > > ``` > proxy_set_header x-forwarded-host $host; > ``` 这个方案解决不了。 今天用 docker部署2.16.1版本,出现了一样的问题。 后来,恢复到 2.15.8,nginx配置未改,可以正常使用了。
gemini 给了一个说法: 这是 Next.js 14 为了增强 Server Actions 的安全性而引入的一项检查,目的是防止跨站请求伪造(CSRF)攻击。当你的 Next.js 应用部署在 Nginx 反向代理后面时,你需要确保 Nginx 正确地将客户端(浏览器)的原始请求信息传递给后端的 Next.js 服务。 提出配置建议: location / { # 将请求反向代理到你的 Next.js 应用 proxy_pass http://localhost:3000; # --- 这是解决问题的关键配置...
> always response: 信息缺失 and show me some links.... 我也碰到同样的问题。而且使用了 sock5 代理后(我的 原生 openai key 通过此代理访问),也只能出来链接。 建议:把 FreeAskInternet 的 chatGPT 服务,以变量的形式独立出来,成为可配置项。