haydenwoodhead / burner.kiwi

No bullshit temporary mail service written in Go
https://burner.kiwi
MIT License
214 stars 26 forks source link

IPv6 Support #38

Closed UnlimitedCookies closed 1 year ago

UnlimitedCookies commented 2 years ago

It's really not a new technology, and many ISPs don't really provide a proper IPv4 anymore.

haydenwoodhead commented 2 years ago

I'm not really sure what your question is. Are you saying that the code in this repo doesn't handle IPv6 properly (can you be more specific here)? Or are you saying that the website burner.kiwi doesn't have an AAAA record?

UnlimitedCookies commented 2 years ago

I'm not really sure what your question is. Are you saying that the code in this repo doesn't handle IPv6 properly (can you be more specific here)? Or are you saying that the website burner.kiwi doesn't have an AAAA record?

Sorry for my harsh tone in the previous comment. I meant to say that it's missing an AAAA record and is generally not reachable via IPv6.

curl -6 https://burner.kiwi
curl: (6) Could not resolve host: burner.kiwi
UnlimitedCookies commented 2 years ago
$ dig @1.1.1.1 burner.kiwi AAAA

; <<>> DiG 9.18.6 <<>> @1.1.1.1 burner.kiwi AAAA
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57459
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;burner.kiwi.           IN  AAAA

;; AUTHORITY SECTION:
burner.kiwi.        3600    IN  SOA josh.ns.cloudflare.com. dns.cloudflare.com. 2280046594 10000 2400 604800 3600

;; Query time: 43 msec
;; SERVER: 1.1.1.1#53(1.1.1.1) (UDP)
;; WHEN: Mon Sep 19 11:07:43 CEST 2022
;; MSG SIZE  rcvd: 102
haydenwoodhead commented 1 year ago

Hey @UnlimitedCookies I've added an AAAA record. It looks like everything is working on ipv6. Let me know if it's not.