mozilla-services / iprepd

Centralized IP reputation daemon
Mozilla Public License 2.0
58 stars 10 forks source link

Add IPv6 support, remove legacy endpoint support #38

Closed ameihm0912 closed 4 years ago

ameihm0912 commented 4 years ago

Adds support for processing IPv6 addresses. By default, submitted addresses are collapsed by default to a bit width corresponding to the end-user address allocation size.

Also removes support for the legacy untyped endpoints and adjusts all tests.

Closes #35 Closes #37

There are some efficiencies that can be added here to avoid address string conversion multiple times for the same request, but I am leaving those out of this PR for now.