This repository hosts all the pre-compiled hosts and blocklist files used by Re-Malwack. It also provides direct raw links for non-root and custom adblocking applications like AdAway, Blokada, DNS66, NextDNS, and others.
The main module can be found here: Re-Malwack
├── .github/ # GitHub Actions workflows for automated updates
├── blocklists/ # Specialized blocklist files (porn, gambling, fakenews, social, trackers)
├── hosts/ # Main profile host files (lite, balanced, default, aggressive)
├── scripts/ # Python update scripts to fetch and compile lists
├── sources/ # Source URLs for blocklists and tracker lists (shared with shell scripts)
└── README.md # This documentation
These are the main compiled profiles containing merged domains. Use the raw links below to import them into your ad-blocker application.
| Profile | Description | Domains | Sources | Raw Link |
|---|---|---|---|---|
| Lite | Only basic ads and trackers. Very safe, minimal breakage. | 164,443 |
https://raw.githubusercontent.com/Re-Malwack/hosts/main/hosts/lite |
|
| Balanced | Blocks ads, trackers, telemetry, and common annoyances. Recommended for most users. | 636,116 |
https://raw.githubusercontent.com/Re-Malwack/hosts/main/hosts/balanced |
|
| Default | More aggressive blocking. Might break some referral links or minor site functionalities. | 888,893 |
https://raw.githubusercontent.com/Re-Malwack/hosts/main/hosts/default |
|
| Aggressive | Maximum protection. Warning: Will break sites, apps, and services. Only for advanced users who know how to whitelist. | 3,533,634 |
https://raw.githubusercontent.com/Re-Malwack/hosts/main/hosts/aggressive |
These lists target specific categories and can be added alongside your main ad-blocker profiles.
| Blocklist | Domains | Sources | Raw Link |
|---|---|---|---|
| Porn | 115,802 |
View Sources |
https://raw.githubusercontent.com/Re-Malwack/hosts/main/blocklists/porn |
| Gambling | 294,812 |
View Sources |
https://raw.githubusercontent.com/Re-Malwack/hosts/main/blocklists/gambling |
| Fakenews | 2,187 |
View Sources |
https://raw.githubusercontent.com/Re-Malwack/hosts/main/blocklists/fakenews |
| Social | 3,222 |
View Sources |
https://raw.githubusercontent.com/Re-Malwack/hosts/main/blocklists/social |
| Trackers | 287,218 |
View Sources |
https://raw.githubusercontent.com/Re-Malwack/hosts/main/blocklists/trackers |
| Trackers (Xiaomi) | 287,218 |
https://raw.githubusercontent.com/Re-Malwack/hosts/main/blocklists/trackers-xiaomi |
|
| Trackers (Samsung) | 287,218 |
https://raw.githubusercontent.com/Re-Malwack/hosts/main/blocklists/trackers-samsung |
|
| Trackers (Oppo Realme) | 287,764 |
https://raw.githubusercontent.com/Re-Malwack/hosts/main/blocklists/trackers-oppo-realme |
|
| Trackers (Vivo) | 287,437 |
https://raw.githubusercontent.com/Re-Malwack/hosts/main/blocklists/trackers-vivo |
|
| Trackers (Huawei) | 287,219 |
https://raw.githubusercontent.com/Re-Malwack/hosts/main/blocklists/trackers-huawei |
Note
.count files are also available for each list by appending .count to the raw link (e.g. https://raw.githubusercontent.com/Re-Malwack/hosts/main/hosts/lite.count). These files contain a breakdown of domain counts per upstream source, which can be useful for stats tracking or parsing.
Note
Thanks to every host source provider, full credits can be found in the main module repository.