Giter Site home page Giter Site logo

adblock's Introduction

adblock.sh


Adblock for DD-WRT (and other POSIX systems)

Requirements

  1. DD-WRT on a router with USB port(s) and USB support enabled
  2. curl (for best protection)
  3. wget (fallback supported)
  4. a USB flash drive partitioned as /jffs and /opt, optionally a swap partition as well.

Installation

  • On router
    1. cd /jffs/dnsmasq
    2. curl -o adblock.sh adblock.sh or wget -O adblock.sh adblock.sh
    3. chmod +x adblock.sh
    4. Optional: create myblacklist and mywhitelist files in the same directory and populate these with domains you want to blacklist or whitelist.
  • On a Linux system within the same network
    1. mkdir adblock
    2. curl -o adblock.sh adblock.sh or wget -O adblock.sh adblock.sh
    3. chmod +x adblock.sh
    4. Use the --remote= command line argument to upload the lists to your router after generating locally.

Configuration

  1. 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
  1. Enter additional options for dnsmasq if required, for example:
domain-needed
bogus-priv
  1. Under Administration -> Cron, enter this or choose your own schedule:
0 6 * * 1,4 root /jffs/dnsmasq/adblock.sh
  1. Reboot after generating the lists.

Screenshots

usb

dnsmasq

cron

helpoptions

Links

<Website> : https://adblock.sh

<DD-WRT Forum Post> : https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=307533

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.