cunnie / sslip.io

Golang-based DNS server which maps DNS records with embedded IP addresses to those addresses.
Apache License 2.0
601 stars 75 forks source link

Blocking 7 mirror sites #51

Closed Morty-Feldman closed 3 months ago

Morty-Feldman commented 3 months ago

These 7 IP addresses are mirroring websites. Seems like the amount of these is slowing down finally...

cunnie commented 3 months ago

Wonderful work, @Morty-Feldman . Before you came on scene, it was rather slapdash blocking sites, but you've raised the bar.

Morty-Feldman commented 3 months ago

Nice! Is there a way to resolve URIs that start with ? to the 404 page for blocked IP addresses?

For example: https://128.140.77.135.sslip.io/tab - 404 page https://128.140.77.135.sslip.io/?tab - no 404 page

This would help with deindexing these pages from Google.

cunnie commented 3 months ago

Is there a way to resolve URIs that start with ? to the 404 page for blocked IP addresses?

I'm not sure; I would need to dig into the nginx configuration, and I'm not sure when I would get to it.