diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-02-18 13:37:00 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-02-18 15:27:17 +0000 |
commit | ac9a0d9193d7d7ccd27aa8ebf31eb484182c3db4 (patch) | |
tree | f44c435c44fed17d4cf10afa94b31cdb0bace04e /test/dnszones-src | |
parent | cc00f4af38ebcc8255460398f573ba6e6ec842e3 (diff) |
Testsuite: permit use of IPv6 loopback
Diffstat (limited to 'test/dnszones-src')
-rw-r--r-- | test/dnszones-src/db.test.ex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dnszones-src/db.test.ex b/test/dnszones-src/db.test.ex index 4ec367cc9..fec2a0d78 100644 --- a/test/dnszones-src/db.test.ex +++ b/test/dnszones-src/db.test.ex @@ -45,6 +45,8 @@ mx.π A V4NET.255.255.255 ; A non-standard name for localhost thishost A 127.0.0.1 +localhost4 A 127.0.0.1 + ; Something that gives both the IP and the loopback |