summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormarlonivo <email@marlonivo.xyz>2024-10-02 07:57:01 +0000
committermarlonivo <email@marlonivo.xyz>2024-10-02 08:01:43 +0000
commitc7566525d137894712380b64d73eb77376193130 (patch)
tree22761dc319d0d52fb40ed945eecb06cb2199b5d2 /README.md
parentb4051ed471c3291341c3baf1bdf2527f459a6677 (diff)
update
Diffstat (limited to 'README.md')
-rw-r--r--README.md55
1 files changed, 55 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..2894e46
--- /dev/null
+++ b/README.md
@@ -0,0 +1,55 @@
+### 🟧 Installation & Update:
+
+I have a `lazy-hosts` script for lazy humans and a quick chain-command to make use of it, it will:
+
+1. Rewrite your `/etc/hosts` file.
+2. Place a script in `/usr/bin` to autimatically update, when you do a system-wide-update.
+3. Delete the `hosts` folder for you
+4. Dont forget to reboot afterwards
+
+```
+git clone https://github.com/marlonivo/hosts.git && cd hosts && chmod +x lazy-hosts && lazy-hostsγ€€&& rm -r hosts
+```
+
+### 🟦 Blocklist:
+
+When you use vim you can type `/`, to search for the individual parts:
+
+1. **Personal Extras**: Add your own Stuff here
+2. **Luke Smith's general-junk List**: [GitHub Link](https://github.com/LukeSmithxyz/etc/blob/master/ips)
+3. **dan.me.uk's tor-exit-node List**: [Website Link](https://www.dan.me.uk/torlist/?full) ❗ THIS WILL TOR BROWSER NOT ABLE TO CONNECT ANYMORE
+4. **columndeeply 10 million-line-porn-block List**: [Github Link](https://github.com/columndeeply/hosts)
+
+
+### 🟩 Devices:
+
+#### Linux:
+Assuming youre not lazy, dont use the `lazy-hosts` script, manually place the list in `/etc/hosts`, delete the folder and keep it updated yourself.
+
+```bash
+cd hosts && sudo cat hosts >> /etc/hosts && rm -r hosts
+```
+
+#### Windows:
+
+Place the domains in `C:\Windows\System32\drivers\etc\hosts`.
+
+#### Android :
+1. Install `adb`:
+ ```
+ sudo pacman -S adb
+ ```
+2. Plug phone into your computer.
+3. Run the following commands:
+ ```
+ adb root
+ adb remount
+ adb push /etc/hosts /system/etc
+ ```
+
+#### iPhone (irreversible workaround):
+1. Go to `Settings > Screen Time > Communication Security`
+2. Turn on filters for sensitive content and enter a password blindly.
+3. This is a pretty good blocklist, you dont need to worry to stumple upon porn related content.
+
+### 🟦 License: MIT