floyd
Verified User
- Joined
- Mar 29, 2005
- Messages
- 6,255
Let me know if I am doing this properly:
It looks like there is a problem with 8.8.8.8 but 4.2.2.1 is ok. Am I reading that correctly?
Code:
dig @8.8.8.8 txt test.rs.ripe.net +short
rst.x477.rs.ripe.net.
rst.x481.x477.rs.ripe.net.
rst.x486.x481.x477.rs.ripe.net.
"64.233.168.94 DNS reply size limit is at least 486 bytes"
"64.233.168.94 lacks EDNS, defaults to 512"
"64.233.168.94 summary bs=512,rs=486,edns=0,do=0"
Code:
dig @4.2.2.1 txt test.rs.ripe.net +short
rst.x3828.rs.ripe.net.
rst.x3833.x3828.rs.ripe.net.
rst.x3839.x3833.x3828.rs.ripe.net.
"8.0.7.16 DNS reply size limit is at least 3839 bytes"
"8.0.7.16 sent EDNS buffer size 4096"
"8.0.7.16 summary bs=4096,rs=3839,edns=1,do=1"
It looks like there is a problem with 8.8.8.8 but 4.2.2.1 is ok. Am I reading that correctly?