deprecated; use adblock.sh
Script to generate a MEGA hosts file for DD-WRT
https://github.com/m-parashar/adbhostgen Copyright 2018 Manish Parashar
Developed and tested on: NETGEAR R8500 / DD-WRT v3.0-r35030M kongac Hardware requirements: Minimum 4GB USB drive. Partitioned, formatted, and mounted as /jffs (1-2GB), swap (256-512MB), and optionally /opt (1-2GB)
NOTE: DO NOT try to run this script on your internal jffs.
Software requirements: DD-WRT (preferably latest), cURL
DOWNLOAD: https://github.com/m-parashar/adbhostgen/releases
1a. Download installer.sh and make it executable (chmod +x), then run it in /tmp or /jffs. It will automatically create /jffs/dnsmasq and extract required files into it. OR
1b. Download and extract adbhostgen.7z or adbhostgen.tar.gz into /jffs/dnsmasq directory.
-
Run adbhostgen.sh in /jffs/dnsmasq
-
Use --update or -u command line option to update to the latest version. [only available since 20180315]
- Disable internal flash (JFFS2) if you already have a USB drive mounted as /jffs.
-
Enable DNSMasq and local DNS for LAN and WAN. Add these lines under the additional options section.
conf-file=/jffs/dnsmasq/mpdomains addn-hosts=/jffs/dnsmasq/mphosts
-
Enter additional options for dnsmasq if required, for example:
domain-needed bogus-priv
-
Under Administration -> Cron, enter this or choose your own schedule:
0 6 * * 1,4 root /jffs/dnsmasq/adbhostgen.sh
- Reboot
Add your blacklist or whitelist domains to myblacklist and mywhitelist files respectively. Do not save anything in blacklist or whitelist files as they will be overwritten every time the script is executed.
FOR DETAILS AND SCREENSHOTS: https://www.dd-wrt.com/phpBB2/viewtopic.php?t=307533
--
Should work on R7000, R8000 and other >128MB RAM routers too. Any feedback is welcome.
mode | size | number of domains blocked |
---|---|---|
BLITZ=0 mphosts | 2.7 MB | ~103743 |
BLITZ=1 mphosts | 9.9 MB | ~358430 |
BLITZ=2 mphosts | 25.6 MB | ~866434 |
BLITZ=3 mphosts | 31.9 MB | ~1159037 |
mode | processing time (minutes) |
---|---|
BLITZ=0 | 1:40 |
BLITZ=1 | 3:50 |
BLITZ=2 | 7:00 |
BLITZ=3 | 10:14 |
Status: