blob: 435057a38c5ca768d4923d8e1f6a3d75184cd946 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
```markdown
> [!CAUTION]
> This blocklist includes all Tor exit nodes
```
### 🟧 Description:
This is an encompassing Blocklist, regarding my philosophical principles.
### 🟧 Installation:
```shell
git clone git.marlonivo.xyz/hosts
cd hosts
make
```
### 🟦 Lists:
In your `/etc/hosts` are the following lists that you can individually search for:
1. **Personal List**: Your stuff
2. **Luke Smith's List**: https://github.com/LukeSmithxyz/etc/blob/master/ips
3. **4skinskywalker's List:** https://github.com/4skinSkywalker/Anti-Porn-HOSTS-File
4. **columndeeply's List**: https://github.com/columndeeply/hosts
5. **dan.me.uk's List**: https://www.dan.me.uk/torlist/?full
### 🟩 Functions:
```shell
sulist merge list.com <-- merge another list at the end of the file
sulist remove list.com <-- remove a list from the file
```
### 🟩 Info:
If you do not want the software and just want to use the blocklistgo ahead with:
#### Linux:
```bash
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 phone
2. Install `adb` on your computer:
```
sudo pacman -S adb
```
3. Plug phone into computer.
4. Run these commands:
```
adb root
adb remount
adb push /etc/hosts /system/etc
```
### 🟦 License: MIT
|