From 3f22b4e6f979917a54ef60fc6f47e40b7853f8de Mon Sep 17 00:00:00 2001 From: Anthony Eden Date: Thu, 14 Mar 2013 17:10:21 +0100 Subject: [PATCH] Test records that cause infinite loop in erl-dns. --- priv/test.zones.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/priv/test.zones.json b/priv/test.zones.json index e80fccba..5794bfa7 100644 --- a/priv/test.zones.json +++ b/priv/test.zones.json @@ -50,6 +50,22 @@ "preference": 15 } }, + { + "name": "rns.example.com", + "type": "A", + "ttl": 120, + "data": { + "ip": "1.2.3.4" + } + }, + { + "name": "rns.example.com", + "type": "NS", + "ttl": 120, + "data": { + "dname": "rns.example.com" + } + }, { "name": "ns1.example.com", "type": "A",