diff options
Diffstat (limited to 'static/0120-notice-a.toml')
-rw-r--r-- | static/0120-notice-a.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/static/0120-notice-a.toml b/static/0120-notice-a.toml new file mode 100644 index 0000000..2d71fd9 --- /dev/null +++ b/static/0120-notice-a.toml @@ -0,0 +1,18 @@ +[Match] +QType = "A" +QName = "notice.ede.dn5.dk." + +[Header] +Rcode = 0 # NOERROR +RecursionDesired = true +Autoritative = true +CheckingDisabled = false + +[Response] +CopyQuery = true + +[[Answer]] +Name = "notice.ede.dn5.dk." +RType = "A" +TTL = 300 +IP = "194.165.56.50" |