Zijing Zhang

Results 144 comments of Zijing Zhang

```css #TableOfContents>ul { padding-left: 0; } .sticky-toc ul { font-size: 1rem; line-height: 1.5rem; list-style-type: none; padding-left: 1rem; } ```

> i am using planka behind a Nginx Proxy Manager too. with websocket support, but it still not working. Browser Console: > > `/login:1 [DOM] Input elements should have autocomplete...

Found this : ``` ./websocat.x86_64-unknown-linux-musl ws://127.0.0.1:1337/socket.io websocat: WebSocketError: WebSocket protocol error ``` Which means nginx is not the problem. my local host cannot connect into the websocket server insdie docker...

Add proxy to playwright. *node_modules\@slidev\cli\dist\export-LOKLMK66.js* 67: ```javascript const browser = await chromium.launch({ proxy: { server: 'http://127.0.0.1:7890' } }); ```

请问能不能自定义DNS服务器?是哪里的被干扰?cdn还是服务器还是客户端

现在DNS不抱错了,但是出现了另一个问题: ``` 2019-06-12 14:29:37.006 CST,client.go:381, LOG ,Network error: proxyconnect tcp: tls: oversized record received with length 20527 - api-ng.pomotodo.com:443 2019-06-12 14:29:39.039 CST,client.go:381, LOG ,Network error: proxyconnect tcp: tls: oversized record...

已经解决了,是我强开https,但是不支持造成的。据说只有新版本go支持https? ------------------ 原始邮件 ------------------ 发件人: "Coyove"; 发送时间: 2019年6月12日(星期三) 下午3:12 收件人: "coyove/goflyway"; 抄送: "321632768";"Author"; 主题: Re: [coyove/goflyway] 偶尔出现 Dial failed: dial, lookup (#144) 这是用了什么模式 — You are receiving this because you...

使用谷歌自检,有正常响应。 浏览器使用SwitchyOmega设置代理。我用了两种办法: 1. 创建一个情景模式 go,里面相应字段填写 localhost 8100。并使用改模式,无效。 2. 使用系统模式。无效

然后我猜测可能是系统代理设置的问题,我在 win10 的代理服务器设置这里设置为 localhost:1080,无效。设置为 127.0.0.1:1080,无效。 于是使用 internet选项 来设置。设置为 localhost:1080,无效。设置为 127.0.0.1:1080,无效。

然后我打开 poweshell,执行: PS C:\Users\pluvet> choco install telnet PS C:\Users\pluvet> telnet 127.0.0.1 8110 正在连接127.0.0.1...无法打开到主机的连接。 在端口 8110: 连接失败