diff --git a/README.md b/README.md index 662c754..8c82663 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ are available in one of the list. The list can be globally enabled or disabled i - [lists/multicast](lists/multicast) - known IPv4 multicast CIDR blocks - [lists/public-dns](lists/public-dns) - IP addresses of public DNS resolver - [lists/rfc1918](lists/rfc1918) - RFC 1918 network subnets +- [lists/rfc3849](lists/rfc3849) - RFC 3849 - Documentation prefix for ipv6 - [lists/rfc5735](lists/rfc5735) - RFC 5735 CIDR blocks - Special Use IPv4 Addresses - [lists/second-level-tlds](lists/second-level-tlds) - Mozilla list of second level top-level domains - [lists/tlds](lists/tlds) - top-level domains diff --git a/lists/rfc3849/list.json b/lists/rfc3849/list.json new file mode 100644 index 0000000..279ce08 --- /dev/null +++ b/lists/rfc3849/list.json @@ -0,0 +1,16 @@ +{ + "list": [ + "2001:DB8::/32" + ], + "type": [ + "cidr" + ], + "matching_attributes": [ + "ip-src", + "ip-dst", + "domain|ip" + ], + "description": "Event contains one or more entries part of the IPv6 documentation prefix (RFC 3849)", + "version": 2, + "name": "List of RFC 3849 CIDR blocks" +}