dns.name.verify_0x20

dns.name

verify_0x20(sent, received) -> match

Verify that a response name matches the 0x20-encoded query name exactly

Byte-for-byte comparison (case-sensitive). Returns true only if the received name is identical to the sent name, including the randomized casing applied by encode_0x20(). A legitimate recursive resolver echoes the question section verbatim.