Merge pull request #289 from Showfom/patch-1

Update Apple IP ranges
main^2
Alexandre Dulaunoy 2024-11-04 14:16:12 +01:00 committed by GitHub
commit 94fdbfdddd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,10 @@
{
"description": "IP ranges assigned to Apple",
"list": [
"17.0.0.0/8"
"17.0.0.0/8",
"192.12.74.0/24",
"192.42.249.0/24",
"204.79.190.0/24"
],
"matching_attributes": [
"ip-src",
@ -12,5 +15,5 @@
],
"name": "List of known Apple IP ranges",
"type": "cidr",
"version": 20240422
"version": 20241023
}