summaryrefslogtreecommitdiffstats
path: root/templates/ede-addr-a.toml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/ede-addr-a.toml')
-rw-r--r--templates/ede-addr-a.toml25
1 files changed, 25 insertions, 0 deletions
diff --git a/templates/ede-addr-a.toml b/templates/ede-addr-a.toml
new file mode 100644
index 0000000..c0e1efa
--- /dev/null
+++ b/templates/ede-addr-a.toml
@@ -0,0 +1,25 @@
+[Match]
+QType = "A"
+QName = "{qname}"
+
+[Header]
+Rcode = 0 # NOERROR
+RecursionDesired = true
+Autoritative = true
+CheckingDisabled = false
+
+[Response]
+CopyQuery = true
+
+[[Answer]]
+Name = "{qname}"
+RType = "A"
+TTL = 300
+IP = "194.165.56.50"
+
+[[Additional]]
+RType = "OPT"
+UDPSize = 1232
+SetEDE = true
+EDECode = {ede_code}
+EDEExtra = "{ede_extra}"