We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2ac8e3 + f32ffce commit e68d903Copy full SHA for e68d903
1 file changed
tests/lib/Net/IpAddressClassifierTest.php
@@ -53,6 +53,10 @@ public static function localIpAddressData(): array {
53
['100.100.100.200'],
54
['192.0.0.1'],
55
['64:ff9b::a9fe:a9fe'], // NAT64 of 169.254.169.254
56
+ ['::ffff:127.0.0.1'],
57
+ ['2130706433'],
58
+ ['0177.0.0.1'],
59
+ ['169.254.169.254'],
60
];
61
}
62
0 commit comments