Skip to content

Commit e68d903

Browse files
authored
Merge pull request #62797 from nextcloud/tests-ip-detected
test(net): Add more ip classifier test cases
2 parents a2ac8e3 + f32ffce commit e68d903

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/lib/Net/IpAddressClassifierTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ public static function localIpAddressData(): array {
5353
['100.100.100.200'],
5454
['192.0.0.1'],
5555
['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'],
5660
];
5761
}
5862

0 commit comments

Comments
 (0)