Skip to content

marlonivo/hosts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🟦 Lists

Open hosts with vim and press :/ to search for:

  1. Personal List: Your stuff
  2. Luke Smith's List: Link
  3. dan.me.uk's List: Link ❗TOR WILL NOT CONNECT ANYMORE
  4. columndeeply's List: Link

🟩 Devices

Linux:

Transfer the content to your local hosts file.

sudo cat hosts >> /etc/hosts

Windows:

Place the domains in C:\Windows\System32\drivers\etc\hosts.

Android:

  1. Activate USB debugging and Rooted debugging on your device.

  2. Install adb, on your computer.

    sudo pacman -S adb
    
  3. Plug device into computer.

  4. Push your local host file to it.

    adb root
    adb remount
    adb push /etc/hosts /system/etc
    

iPhone (irreversible):

  1. Go to Settings > Screen Time > Communication Security
  2. Turn on the filters of your choice and enter a password blindly.
  3. This can't be changed unless you call apple's service center.

🟦 License: MIT

About

Bulletproof porn, ads and media blocklist.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages