blob: 8b681bdc63ad440d213bffca06b26e3ad3ed47d1 (
plain)
1
2
3
4
5
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
```
|