diff --git a/lists/ipv6-linklocal/list.json b/lists/ipv6-linklocal/list.json index 3f3a841..ecc944b 100644 --- a/lists/ipv6-linklocal/list.json +++ b/lists/ipv6-linklocal/list.json @@ -6,9 +6,11 @@ "matching_attributes": [ "ip-src", "ip-dst", - "domain|ip" + "domain|ip", + "ip-dst|port", + "ip-src|port" ], "name": "List of IPv6 link local blocks", "type": "cidr", - "version": 2 + "version": 3 } diff --git a/lists/rfc1918/list.json b/lists/rfc1918/list.json index c9c71dd..ac87270 100644 --- a/lists/rfc1918/list.json +++ b/lists/rfc1918/list.json @@ -8,9 +8,11 @@ "matching_attributes": [ "ip-src", "ip-dst", - "domain|ip" + "domain|ip", + "ip-dst|port", + "ip-src|port" ], "name": "List of RFC 1918 CIDR blocks", "type": "cidr", - "version": 4 + "version": 5 } diff --git a/lists/rfc3849/list.json b/lists/rfc3849/list.json index d5ee9b8..4b7bc67 100644 --- a/lists/rfc3849/list.json +++ b/lists/rfc3849/list.json @@ -6,9 +6,11 @@ "matching_attributes": [ "ip-src", "ip-dst", - "domain|ip" + "domain|ip", + "ip-dst|port", + "ip-src|port" ], "name": "List of RFC 3849 CIDR blocks", "type": "cidr", - "version": 3 + "version": 4 } diff --git a/lists/rfc5735/list.json b/lists/rfc5735/list.json index 4a532e4..fc02b0b 100644 --- a/lists/rfc5735/list.json +++ b/lists/rfc5735/list.json @@ -20,9 +20,11 @@ "matching_attributes": [ "ip-src", "ip-dst", - "domain|ip" + "domain|ip", + "ip-dst|port", + "ip-src|port" ], "name": "List of RFC 5735 CIDR blocks", "type": "cidr", - "version": 4 + "version": 5 } diff --git a/lists/rfc6598/list.json b/lists/rfc6598/list.json index c95720e..09e5640 100644 --- a/lists/rfc6598/list.json +++ b/lists/rfc6598/list.json @@ -6,9 +6,11 @@ "matching_attributes": [ "ip-src", "ip-dst", - "domain|ip" + "domain|ip", + "ip-dst|port", + "ip-src|port" ], "name": "List of RFC 6598 CIDR blocks", "type": "cidr", - "version": 4 + "version": 5 }