ctaoist

Results 52 comments of ctaoist

把缓存删掉重新登就可以了

I had the same problem with using caddy. But adding ``` transparent { header_upstream X-Forwarded-Proto {scheme} #or https or http } ``` the problem still exists.

> And you set the host header, too? Look in the logs; they're very verbose. > […](#) > On Monday, February 18, 2019, 275761919 ***@***.***> wrote: I had the same...

有没有考虑过使用客户端的cookie @jsososo

围观精分现场

Strongly hope to add this feature.

大量出现这种错误,但针对出现这种错误的每个域名,自己用 nslookup 试又能正常返回 dns 记录,就很奇怪,比如: ``` 2023-09-09T12:58:14.041+0800 WARN seq.r2 upstream error {"uqid": 679, "qname": "c2.777655.xyz.", "qtype": 1, "qclass": 1, "upstream": "119.6.6.6", "error": "context deadline exceeded"} ``` 但我自己用 nslookup 执行都是ok的: ```...

> @heqiang2580 , > > 若是有足够頻宽,请用以下语句来试试: > > ``` > nohup aria2c -o geth.tar.lz4 -x 16 -s 95551488 --continue=true --async-dns=false “url” “url” “url” > ``` > > 用了后,应该不会出现超时问题。 > >...