Error996
Error996
``` dig google.com ; DiG 9.16.1-Ubuntu google.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER
https://gist.github.com/missdeer/5c7c82b5b67f8afb41cfd43d51b82c2d?permalink_comment_id=3449734#gistcomment-3449734
> Stale Apple logo means unsupported CPU, I tried it on the raspberry Pi. > > But GTK error is fixed with `xhost +` and this should be added to...
PPPOE拨号的话岂不都是1492?还是MSS的1452?
因为目前outside dns的ip会被connection reset 而worker是cdn的ip
提示错误,主要是ip没法填。。。空着报错,填ping后的cdn ip吧还不行。。。
config: ``` --- verbosity: "debug" address: 0.0.0.0:53 table: start: if: "qtype([AAAA])" then: # A list of actions is allowed here - blackhole # The next tag to go - end...
应该是脚本中只接受`application/dns-message`类型,防止扫描器爬虫之类的 ``` async function handleRequestPost(request, clientUrl) { if (request.headers.get('content-type') != 'application/dns-message') { return new Response('bad request header', { status: 400 }); } const upstreamRequest = new Request(upstream, { method: 'POST',...
sni :true之后 ``` 2022-04-04T03:40:18.533Z DEBUG [reqwest::connect] starting new connection: https://dns2.****.workers.dev/ 2022-04-04T03:40:18.833Z DEBUG [rustls::client::hs] No cached session for DnsName(DnsName(DnsName("dns1.****.workers.dev"))) 2022-04-04T03:40:18.833Z DEBUG [rustls::client::hs] Not resuming any session 2022-04-04T03:40:19.138Z DEBUG [rustls::client::hs] Using ciphersuite...
能解析了倒是,但是反复这一段,一直提示,尤其是response '404 Not Found' for https://dns1.****.workers.dev/dns-query-****-just-get-out 对应脚本中 ``` async function handleRequest(request) { const clientUrl = new URL(request.url); if (clientUrl.pathname != endpointPath) { return new Response('Hello World!', { status: 404 });...