Elektrine lite

← Feed

@rubenwardy@hachyderm.io

Post #2676162

2026-04-23 16:01 UTC

@jsstaedtler@mastodon.art For your particular case, you should return a 404 if the URL contains both 2025 and 2026. This would stop them getting into invalid combinations. You can make it so the UI never links to these combinations by *replacing* rather than appending years if one already exists

Replies (1)

  • @rubenwardy@hachyderm.io 2026-04-23 16:23

    @jsstaedtler@mastodon.art To block the abusive subnets, I used this tool to look up the IP ranges from example IP addresses. You can see all the IP ranges for a particular host: https://www.whatismyip.com/asn/AS150436/ I then blocked using ipset/iptables but other options exist depending on your setup

    Open ##2676163