Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Technitium is non-compliant with RFC 7873 and RFC 9018 DNS Cookies #1151

Open
vincejv opened this issue Dec 11, 2024 · 2 comments
Open

Technitium is non-compliant with RFC 7873 and RFC 9018 DNS Cookies #1151

vincejv opened this issue Dec 11, 2024 · 2 comments

Comments

@vincejv
Copy link

vincejv commented Dec 11, 2024

Unbound has already implemented it 2 years ago afaik

Linking for reference implementation

Sample dig command for DNS cookies (DNS Server is from ISP, which is DNS cookie compliant), this is the same format as with unbound, these are missing with Technitium

$ dig @124.6.181.169 google.com

; <<>> DiG 9.20.0 <<>> @124.6.181.169 google.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 42107
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1220
; COOKIE: f3d6703898b0514d98f3e38767591c26ee4f73936984af75 (good)
;; QUESTION SECTION:
;google.com.                    IN      A

;; ANSWER SECTION:
google.com.             236     IN      A       142.251.220.206

;; Query time: 10 msec
;; SERVER: 124.6.181.169#53(124.6.181.169) (UDP)
;; WHEN: Wed Dec 11 12:59:18 PST 2024
;; MSG SIZE  rcvd: 83
@vincejv
Copy link
Author

vincejv commented Dec 11, 2024

@ShreyasZare
Copy link
Member

Thanks for the post. Yes, DNS Cookies are not yet implemented. It will be taken up after the planned features with higher priority are implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants