summaryrefslogtreecommitdiffstats
path: root/templates/ede-nx.toml
blob: 440631ab081908f3c1f2599b18efd7524ce2f03b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[Match]
QType = "!SOA"
QName = "{qname}"

[Header]
Rcode = 3 # NXDOMAIN
RecursionDesired = true
Autoritative = true
CheckingDisabled = false

[Response]
CopyQuery = true

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