diff options
Diffstat (limited to '2026/2026-08-23-https-record/README.md')
| -rw-r--r-- | 2026/2026-08-23-https-record/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/2026/2026-08-23-https-record/README.md b/2026/2026-08-23-https-record/README.md new file mode 100644 index 0000000..8b681bd --- /dev/null +++ b/2026/2026-08-23-https-record/README.md @@ -0,0 +1,6 @@ +# Decode older dig type 65 output + +```bash +≫ dig +short -t TYPE65 example.com | go run main.go +1 . alpn="h2" ipv4hint=104.20.23.154,172.66.147.243 ipv6hint=2606:4700:10::6814:179a,2606:4700:10::ac42:93f3 +``` |
