diff options
Diffstat (limited to 'templates/ede-addr-aaaa.toml')
-rw-r--r-- | templates/ede-addr-aaaa.toml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/templates/ede-addr-aaaa.toml b/templates/ede-addr-aaaa.toml new file mode 100644 index 0000000..a37bfd6 --- /dev/null +++ b/templates/ede-addr-aaaa.toml @@ -0,0 +1,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}" |