fedify
fedify copied to clipboard
Allowlist for private IPs
For testing/development purposes, one needs to be able to allowlist private IP addresses. Such an allowlist is better practice than the current simple yes/no choice.
For implementers: https://github.com/dahlia/hollo/pull/53#discussion_r1818153735
and the entire discussion therein for background.
The only complexity I foresee here is that we're not using a package for IP address handling, but actually some inlined code (this concerns me a bit)
As such we don't have easy functionality to test ranges against IP addresses