Skip to content

Commit

Permalink
Test records that cause infinite loop in erl-dns.
Browse files Browse the repository at this point in the history
  • Loading branch information
aeden committed Mar 14, 2013
1 parent c50a0de commit 3f22b4e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions priv/test.zones.json
Expand Up @@ -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",
Expand Down

0 comments on commit 3f22b4e

Please sign in to comment.