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