summaryrefslogtreecommitdiffstats
path: root/templates/ede-addr-aaaa.toml
blob: a37bfd6d8417203f3a1ed92d58b65e5d642b57d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[Match]
QType = "AAAA"
QName = "{qname}"

[Header]
Rcode = 0 # NOERROR
RecursionDesired = true
Autoritative = true
CheckingDisabled = false

[Response]
CopyQuery = true

[[Answer]]
Name = "{qname}"
RType = "AAAA"
TTL = 300
IP = "2a10:2a80::50:2"

[[Additional]]
RType = "OPT"
UDPSize = 1232
SetEDE = true
EDECode = {ede_code}
EDEExtra = "{ede_extra}"