1
0
mirror of https://github.com/danog/dns.git synced 2024-11-26 20:14:51 +01:00

Add test domain that has a CNAME

This commit is contained in:
Niklas Keller 2017-06-23 13:16:55 +02:00
parent affebb612a
commit 1124aa1117

View File

@ -43,6 +43,7 @@ class IntegrationTest extends TestCase {
["google.com"], ["google.com"],
["github.com"], ["github.com"],
["stackoverflow.com"], ["stackoverflow.com"],
["blog.kelunik.com"], /* that's a CNAME to GH pages */
["localhost"], ["localhost"],
["192.168.0.1"], ["192.168.0.1"],
["::1"], ["::1"],