Block all website url except some whitelisted

Thanks!
As said before, adblock doesn't support both list types in the same dns instance. Therefore it might be the best way to disable adblock and maintain your 'jail' list manually. For example:

  1. disable adblock (/etc/init.d/adblock disable)
  2. create a new 'jail' list in your /etc directory (> /etc/adb_list.jail)
  3. edit this file and add the following content:
server=/google.com/#
server=/#/
  1. reference this newly created file in your dhcp config like before
  2. reboot & check ... only google.com should be available ...

Hope this helps!

1 Like