cloudflared icon indicating copy to clipboard operation
cloudflared copied to clipboard

Don't filter EDE data

Open Anuskuss opened this issue 1 year ago • 0 comments

Cloudflare:

$ dig @1.1.1.1 sigfail.ippacket.stream
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; EDE: 6 (DNSSEC Bogus): (failed to verify sigfail.rsa2048-sha256.ippacket.stream. A: using DNSKEY ids = [46436])
;; QUESTION SECTION:
;sigfail.ippacket.stream.	IN	A

cloudflared:

$ cloudflared proxy-dns --port 5053 --upstream https://1.1.1.1/dns-query 2> /dev/null &
$ dig @127.0.0.1 -p 5053 sigfail.ippacket.stream
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; COOKIE: ce9a7dbd8a9d5eed (echoed)
;; QUESTION SECTION:
;sigfail.ippacket.stream.	IN	A

Anuskuss avatar Feb 16 '24 01:02 Anuskuss