[ticket/16508] Fix WhoIs lookup

PHPBB3-16508
This commit is contained in:
3D-I 2020-06-02 14:38:16 +02:00 committed by Marc Alexander
parent 7b062b76c7
commit 568a74e22c
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -14,7 +14,7 @@ class phpbb_functions_user_whois_test extends phpbb_test_case
public function ips_data() public function ips_data()
{ {
return [ return [
['2001:4860:4860::8888'], // Google public DNS ['2001:4860:4860:0000:0000:0000:0000:8888'], // Google public DNS
['64.233.161.139'], // google.com ['64.233.161.139'], // google.com
]; ];
} }