From 934175c51bf3b21a6a621ee5b330f0660e51d2e5 Mon Sep 17 00:00:00 2001 From: Xiufeng Guo Date: Wed, 23 Oct 2024 15:32:22 +0900 Subject: [PATCH 1/2] Update Apple IP ranges Update from ARIN allocation for Apple --- lists/apple/list.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lists/apple/list.json b/lists/apple/list.json index 1fa62bc..7c6471a 100644 --- a/lists/apple/list.json +++ b/lists/apple/list.json @@ -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", From 45dcf9b1871c774c72525c5f9039defd2fa70068 Mon Sep 17 00:00:00 2001 From: Xiufeng Guo Date: Wed, 23 Oct 2024 15:37:54 +0900 Subject: [PATCH 2/2] Update list.json --- lists/apple/list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lists/apple/list.json b/lists/apple/list.json index 7c6471a..1000326 100644 --- a/lists/apple/list.json +++ b/lists/apple/list.json @@ -15,5 +15,5 @@ ], "name": "List of known Apple IP ranges", "type": "cidr", - "version": 20240422 + "version": 20241023 }