4skinSkywalker / Anti-Porn-HOSTS-File

Hosts file for "blocking" porn sites
MIT License
149 stars 63 forks source link

added websites. #93

Closed iiDriisTN closed 1 year ago

iiDriisTN commented 1 year ago

I just added 1,561 website.

tamas646 commented 1 year ago

Reordering would be nice. I use this command in linux:

LC_ALL=C sort -uf HOSTS.txt -o HOSTS.txt-temp
LC_ALL=C sort -df HOSTS.txt-temp -o HOSTS.txt
rm HOSTS.txt-temp

This command also removes the duplicates that exist.

And also don't forget to add the www sites too. (e.g. thothub.to and www.thothub.to)

4skinSkywalker commented 1 year ago

@tamas646 I use the sorting command in VSCode, it's quite easy and it sorts ASC or DESC based on lexicographical order

4skinSkywalker commented 1 year ago

Sorry for the delay, tomorrow, I'll look into the PR!