I am trying to block/redirect the adult sites to loopback using etc/hosts
file in my computer.
like,
127.0.0.1 www.someadultsite1.com
127.0.0.1 someadultsite1.com
But the sites keeps changing the number which is at the end of domain name, for eg. www.someadultsite1.com
gets changed to www.someadultsite2.com
after few days making it harder to keep chaning the etc/hosts
file every now and then.
Is ther a way to block all the same sites ending with anynumber like www.someadultsite*.com or something?