Urgent.News

What's breaking now, across thousands of outlets.

Tech

My MikroTik workaround for LaLiga Cloudflare blocks

Spain loves football. Spain also has plenty of people watching football on pirate streams. Those streams often sit behind Cloudflare, where one IP address can belong to a lot of completely unrelated websites. LaLiga spent a while trying to get Cloudflare to take the pirate streams down. That did not work out. Then LaLiga got a court order that lets Spanish ISPs block IP addresses during matches.…

Spain's passion for football extends to pirated streams, which often hide behind Cloudflare. Cloudflare's IP addresses can belong to numerous unrelated websites, making it difficult for LaLiga to get the pirate streams removed. After a court order allowed Spanish ISPs to block these IPs during matches, legitimate sites hosted on Cloudflare's IP addresses would also get blocked, causing frustration.

To combat this issue, a MikroTik router was configured to send Cloudflare traffic through a VPN during matches. A script refreshed a list of Cloudflare IP ranges daily, and a rule was added to mark connections to those IP addresses as going through the VPN. A separate script monitored the DNS answers from Hayahora, a website that provides real-time updates on LaLiga matches.

If more than ten DNS answers were returned, indicating a blocking event, the rule enabled the VPN connection for new LAN to Cloudflare connections. The VPN was not set as the default route, ensuring that other network traffic continued using the regular ISP connection. While this workaround had some limitations, it proved to be a lifesaver for those who couldn't access certain websites during LaLiga matches.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

I built 100+ browser tools as a side project — here’s what I learned

I’ve been working on a side project called FroggoTools. It started pretty simply. I use small online tools all the time — calculators, converters, date utilities, generators, formatting tools, etc.

  • FroggoTools started as simple browser utilities with common annoyances.
  • Project expanded to over 100 tools, more engaging than expected.
  • SEO and distribution proved more challenging than development.

The Validation Rule That Was Itself Invalid

I lost a save cycle last week to a bug that I now think is one of the most under-discussed failure modes in configurable systems: a validation rule that was itself incompletely configured.

  • Validation rule incomplete, causing bug during save cycle
  • Ambiguity arises as system can't determine rule status
  • Address configuration issues to prevent errors

The Future of Product Documentation

Your next customer might integrate your product without ever visiting your documentation site. Their coding assistant will read it for them, choose an approach, and generate the code.

  • 257 million agent requests recorded on Mintlify's platforms in August 2026
  • Only 7% of surveyed companies ensured all knowledge surfaces were accessible to agents
  • Thally connects product repositories with team explanations for knowledge alignment

More from Wednesday 23 September →