mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:01:55 +02:00
[ticket/15959] Fix invalid CNAME record
PHPBB3-15959
This commit is contained in:
@@ -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('www.github.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),
|
||||||
|
Reference in New Issue
Block a user