From 53a18387b4d378fec3996d940b0084ad85dca688 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Sloth=20T=C3=B8nnesen?= Date: Sat, 19 Apr 2025 16:40:59 +0000 Subject: initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Asbjørn Sloth Tønnesen --- templates/ede-addr-a.toml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 templates/ede-addr-a.toml (limited to 'templates/ede-addr-a.toml') 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}" -- cgit v1.2.1