blob: 366cf051f1332582b4d20f35c97dbeba8db7f586 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#
# A simple DNS query message with TSIG signed
#
[custom]
sections: header:question:tsig
[header]
id: 0x22c2
rd: 1
arcount: 1
[question]
name: www.example.com
rrtype: TXT
[tsig]
as_rr: True
# TSIG QNAME won't be compressed
rr_name: www.example.com
algorithm: hmac-md5
time_signed: 0x4e179212
mac_size: 16
mac: 0x8214b04634e32323d651ac60b08e6388
original_id: 0x22c2
|