mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge pull request #5530 from marc1706/ticket/15959
[ticket/15959] Fix invalid CNAME record
This commit is contained in:
commit
ab16595323
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class phpbb_network_checkdnsrr_test extends phpbb_test_case
|
||||||
array('does-not-exist.phpbb.com', 'AAAA', false),
|
array('does-not-exist.phpbb.com', 'AAAA', false),
|
||||||
|
|
||||||
// Existing CNAME record
|
// Existing CNAME record
|
||||||
array('news.cnet.com', 'CNAME', true),
|
array('area51.phpbb.com', 'CNAME', true),
|
||||||
|
|
||||||
// Non-existing CNAME record
|
// Non-existing CNAME record
|
||||||
array('does-not-exist.phpbb.com', 'CNAME', false),
|
array('does-not-exist.phpbb.com', 'CNAME', false),
|
||||||
|
|
Loading…
Add table
Reference in a new issue