You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

110 lines
3.7 KiB

  1. # adblock configuration, for further information
  2. # please see /etc/adblock/samples/adblock.conf.sample
  3. # and /etc/adblock/README.md
  4. # generic options (all optional!)
  5. config adblock "global"
  6. # name (or space separated list of names) of the logical wan interface(s)
  7. option adb_wanif "wan"
  8. # name of the logical lan interface
  9. option adb_lanif "lan"
  10. # uhttpd port for adblock instance
  11. option adb_port "65535"
  12. # ipv4 blackhole ip address for dnsmasq
  13. # old class 'E' subnet, reserved for future use (certainly not used in normal setups)
  14. option adb_nullipv4 "254.0.0.1"
  15. # ipv6 mapped blackhole ip address for dnsmasq
  16. option adb_nullipv6 "::ffff:fe00:0001"
  17. # download timeout (in seconds) to get the adblock list sources
  18. option adb_maxtime "60"
  19. # max loops/timeout for wan check
  20. option adb_maxloop "20"
  21. # full path to static domain blacklist file (one domain per line)
  22. # wildcards or regex expressions are not allowed
  23. option adb_blacklist "/etc/adblock/adblock.blacklist"
  24. # full path to static domain whitelist file (one domain per line)
  25. # wildcards or regex expressions are not allowed
  26. option adb_whitelist "/etc/adblock/adblock.whitelist"
  27. # full path to backup directory for adlist backups
  28. # disabled by default
  29. config service "backup"
  30. option enabled "0"
  31. option adb_backupdir "/tmp"
  32. # full path to debug logfile
  33. # normally adblock logs to syslog and stdout only
  34. # disabled by default
  35. config service "debuglog"
  36. option enabled "0"
  37. option adb_logfile "/tmp/adb_debug.log"
  38. # adblock list source definition
  39. # please do not change the URLs listed below,
  40. # enable/disable sources as needed
  41. # for shallalist you can also enable/disable different ad categories
  42. # 'adaway', 'disconnect' and 'yoyo' are enabled by default
  43. config source "adaway"
  44. option enabled "1"
  45. option adb_src_adaway "https://adaway.org/hosts.txt&ruleset=rset_adaway"
  46. config source "disconnect"
  47. option enabled "1"
  48. option adb_src_disconnect "https://s3.amazonaws.com/lists.disconnect.me/simple_malvertising.txt&ruleset=rset_disconnect"
  49. config source "dshield"
  50. option enabled "0"
  51. option adb_src_dshield "http://www.dshield.org/feeds/suspiciousdomains_Low.txt&ruleset=rset_dshield"
  52. config source "feodo"
  53. option enabled "0"
  54. option adb_src_feodo "https://feodotracker.abuse.ch/blocklist/?download=domainblocklist&ruleset=rset_feodo"
  55. config source "malware"
  56. option enabled "0"
  57. option adb_src_malware "https://mirror.cedia.org.ec/malwaredomains/justdomains&ruleset=rset_malware"
  58. config source "malwarelist"
  59. option enabled "0"
  60. option adb_src_malwarelist "http://www.malwaredomainlist.com/hostslist/hosts.txt&ruleset=rset_malwarelist"
  61. config source "palevo"
  62. option enabled "0"
  63. option adb_src_palevo "https://palevotracker.abuse.ch/blocklists.php?download=domainblocklist&ruleset=rset_palevo"
  64. config source "shalla"
  65. option enabled "0"
  66. option adb_arc_shalla "http://www.shallalist.de/Downloads/shallalist.tar.gz"
  67. list adb_catlist "adv"
  68. list adb_catlist "costtraps"
  69. list adb_catlist "spyware"
  70. list adb_catlist "tracker"
  71. list adb_catlist "warez"
  72. config source "spam404"
  73. option enabled "0"
  74. option adb_src_spam404 "http://spam404bl.com/spam404scamlist.txt&ruleset=rset_spam404"
  75. config source "whocares"
  76. option enabled "0"
  77. option adb_src_whocares "http://someonewhocares.org/hosts/hosts&ruleset=rset_whocares"
  78. config source "winhelp"
  79. option enabled "0"
  80. option adb_src_winhelp "http://winhelp2002.mvps.org/hosts.txt&ruleset=rset_winhelp"
  81. config source "yoyo"
  82. option enabled "1"
  83. option adb_src_yoyo "http://pgl.yoyo.org/adservers/serverlist.php?hostformat=one-line&showintro=0&mimetype=plaintext&ruleset=rset_yoyo"
  84. config source "zeus"
  85. option enabled "0"
  86. option adb_src_zeus "https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist&ruleset=rset_zeus"