Divested-WRT: No-nonsense hardened builds for Linksys WRT series

Latest build adds exclusion support to divblock.
There is a file that you simple put grep patterns in, one per line.
eg. if www.example.com is blocked you can:

  • nano /etc/config/divblock-exclusions
  • add a new line: /www\.example\.com/
  • ctrl+o to save, ctrl+x to exit
  • /etc/init.d/divblock restart to take effect

This is grep format, so one pattern per line, escape your periods with backslash, and have a forwardslash at start and finish to strictly match the domain and not any others.

2 Likes