summaryrefslogtreecommitdiffstats
path: root/templates/ede-cname.toml
blob: 3a42a2d7ede2baa68ab23ebb6f4ad68190755cd4 (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
26
27
28
29
30
31
32
33
34
35
36
37
[Match]
QType = "!SOA"
QName = "{qname}"

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

[Response]
CopyQuery = true

[[Answer]]
Name = "{qname}"
RType = "CNAME"
TTL = 300
Target = "notice.ede.dn5.dk."

[[Additional]]
Name = "notice.ede.dn5.dk."
RType = "A"
TTL = 300
IP = "194.165.56.50"

[[Additional]]
Name = "notice.ede.dn5.dk."
RType = "AAAA"
TTL = 300
IP = "2a10:2a80::50:2"

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