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.

180 lines
9.2 KiB

  1. # adblock configuration, for further information
  2. # see 'https://github.com/openwrt/packages/blob/master/net/adblock/files/README.md'
  3. config adblock 'global'
  4. option adb_enabled '0'
  5. option adb_dns 'dnsmasq'
  6. option adb_trigger 'wan'
  7. config adblock 'extra'
  8. option adb_debug '0'
  9. option adb_forcesrt '0'
  10. option adb_forcedns '0'
  11. option adb_backup '0'
  12. config source 'adaway'
  13. option enabled '1'
  14. option adb_src 'https://adaway.org/hosts.txt'
  15. option adb_src_rset '\$0~/^127\.0\.0\.1[[:space:]]+([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
  16. option adb_src_desc 'focus on mobile ads, infrequent updates, approx. 400 entries'
  17. config source 'adguard'
  18. option enabled '0'
  19. option adb_src 'https://filters.adtidy.org/windows/filters/15.txt'
  20. option adb_src_rset 'BEGIN{FS=\"[/|^|\r]\"}\$0~/^\|\|([[:alnum:]_-]+\.){1,}[[:alpha:]]+([\/\^\r]|$)/{print tolower(\$3)}'
  21. option adb_src_desc 'combined adguard dns filter list, frequent updates, approx. 15.700 entries'
  22. config source 'bitcoin'
  23. option enabled '0'
  24. option adb_src 'https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/hosts.txt'
  25. option adb_src_rset '\$0~/^0\.0\.0\.0[[:space:]]+([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
  26. option adb_src_desc 'focus on malicious bitcoin mining sites, infrequent updates, approx. 20 entries'
  27. config source 'blacklist'
  28. option enabled '0'
  29. option adb_src '/etc/adblock/adblock.blacklist'
  30. option adb_src_rset '\$0~/^([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
  31. option adb_src_desc 'static local domain blacklist, always deny these domains'
  32. config source 'disconnect'
  33. option enabled '1'
  34. option adb_src 'https://s3.amazonaws.com/lists.disconnect.me/simple_malvertising.txt'
  35. option adb_src_rset '\$0~/^([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
  36. option adb_src_desc 'mozilla driven blocklist, numerous updates on the same day, approx. 4.600 entries'
  37. config source 'dshield'
  38. option enabled '0'
  39. option adb_src 'https://www.dshield.org/feeds/suspiciousdomains_Low.txt'
  40. option adb_src_rset '\$0~/^([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
  41. option adb_src_desc 'generic blocklist, daily updates, approx. 3.500 entries'
  42. config source 'feodo'
  43. option enabled '0'
  44. option adb_src 'https://feodotracker.abuse.ch/blocklist/?download=domainblocklist'
  45. option adb_src_rset '\$0~/^([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
  46. option adb_src_desc 'focus on feodo botnet, daily updates, approx. 0-10 entries'
  47. config source 'hphosts'
  48. option enabled '0'
  49. option adb_src 'https://hosts-file.net/ad_servers.txt'
  50. option adb_src_rset '\$0~/^127\.0\.0\.1[[:space:]]+([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
  51. option adb_src_desc 'broad blocklist, monthly updates, approx. 19.200 entries'
  52. config source 'malware'
  53. option enabled '0'
  54. option adb_src 'https://mirror.cedia.org.ec/malwaredomains/justdomains'
  55. option adb_src_rset '\$0~/^([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
  56. option adb_src_desc 'broad blocklist, daily updates, approx. 18.300 entries'
  57. config source 'malwarelist'
  58. option enabled '0'
  59. option adb_src 'http://www.malwaredomainlist.com/hostslist/hosts.txt'
  60. option adb_src_rset '\$0~/^127\.0\.0\.1[[:space:]]+([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
  61. option adb_src_desc 'focus on malware, daily updates, approx. 1.200 entries'
  62. config source 'openphish'
  63. option enabled '0'
  64. option adb_src 'https://openphish.com/feed.txt'
  65. option adb_src_rset 'BEGIN{FS=\"/\"}\$0~/^http[s]?:\/\/([[:alnum:]_-]+\.){1,}[[:alpha:]]+(\/|$)/{print tolower(\$3)}'
  66. option adb_src_desc 'focus on phishing, numerous updates on the same day, approx. 2.400 entries'
  67. config source 'ransomware'
  68. option enabled '0'
  69. option adb_src 'https://ransomwaretracker.abuse.ch/downloads/RW_DOMBL.txt'
  70. option adb_src_rset '\$0~/^([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|\r|$)/{print tolower(\$1)}'
  71. option adb_src_desc 'focus on ransomware, numerous updates on the same day, approx. 1900 entries'
  72. config source 'reg_cn'
  73. option enabled '0'
  74. option adb_src 'https://easylist-downloads.adblockplus.org/easylistchina+easylist.txt'
  75. option adb_src_rset 'BEGIN{FS=\"[|^]\"}\$0~/^\|\|([[:alnum:]_-]+\.){1,}[[:alpha:]]+\^("\\\$third-party")?$/{print tolower(\$3)}'
  76. option adb_src_desc 'focus on chinese ads plus generic easylist additions, daily updates, approx. 11.700 entries'
  77. config source 'reg_id'
  78. option enabled '0'
  79. option adb_src 'https://easylist-downloads.adblockplus.org/abpindo+easylist.txt'
  80. option adb_src_rset 'BEGIN{FS=\"[|^]\"}\$0~/^\|\|([[:alnum:]_-]+\.){1,}[[:alpha:]]+\^("\\\$third-party")?$/{print tolower(\$3)}'
  81. option adb_src_desc 'focus on indonesian ads plus generic easylist additions, weekly updates, approx. 9.600 entries'
  82. config source 'reg_nl'
  83. option enabled '0'
  84. option adb_src 'https://easylist-downloads.adblockplus.org/easylistdutch+easylist.txt'
  85. option adb_src_rset 'BEGIN{FS=\"[|^]\"}\$0~/^\|\|([[:alnum:]_-]+\.){1,}[[:alpha:]]+\^("\\\$third-party")?$/{print tolower(\$3)}'
  86. option adb_src_desc 'focus on dutch ads plus generic easylist additions, weekly updates, approx. 9.400 entries'
  87. config source 'reg_pl'
  88. option enabled '0'
  89. option adb_src 'http://adblocklist.org/adblock-pxf-polish.txt'
  90. option adb_src_rset 'BEGIN{FS=\"[|^]\"}\$0~/^\|\|([[:alnum:]_-]+\.){1,}[[:alpha:]]+\^("\\\$third-party")?$/{print tolower(\$3)}'
  91. option adb_src_desc 'focus on polish ads, daily updates, approx. 90 entries'
  92. config source 'reg_ro'
  93. option enabled '0'
  94. option adb_src 'https://easylist-downloads.adblockplus.org/rolist+easylist.txt'
  95. option adb_src_rset 'BEGIN{FS=\"[|^]\"}\$0~/^\|\|([[:alnum:]_-]+\.){1,}[[:alpha:]]+\^("\\\$third-party")?$/{print tolower(\$3)}'
  96. option adb_src_desc 'focus on romanian ads plus generic easylist additions, weekly updates, approx. 9.400 entries'
  97. config source 'reg_ru'
  98. option enabled '0'
  99. option adb_src 'https://easylist-downloads.adblockplus.org/ruadlist+easylist.txt'
  100. option adb_src_rset 'BEGIN{FS=\"[|^]\"}\$0~/^\|\|([[:alnum:]_-]+\.){1,}[[:alpha:]]+\^("\\\$third-party")?$/{print tolower(\$3)}'
  101. option adb_src_desc 'focus on russian ads plus generic easylist additions, weekly updates, approx. 14.500 entries'
  102. config source 'securemecca'
  103. option enabled '0'
  104. option adb_src 'http://securemecca.com/Downloads/hosts.txt'
  105. option adb_src_rset '\$0~/^127\.0\.0\.1[[:space:]]+([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
  106. option adb_src_desc 'broad blocklist, infrequent updates, approx. 13.700 entries'
  107. config source 'shalla'
  108. option enabled '0'
  109. option adb_src 'http://www.shallalist.de/Downloads/shallalist.tar.gz'
  110. option adb_src_rset '\$0~/^([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
  111. option adb_src_desc 'broad blocklist subdivided in different categories, daily updates, approx. 31.700 entries'
  112. list adb_src_cat 'adv'
  113. list adb_src_cat 'costtraps'
  114. list adb_src_cat 'spyware'
  115. list adb_src_cat 'tracker'
  116. list adb_src_cat 'warez'
  117. config source 'spam404'
  118. option enabled '0'
  119. option adb_src 'https://raw.githubusercontent.com/Dawsey21/Lists/master/main-blacklist.txt'
  120. option adb_src_rset '\$0~/^([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
  121. option adb_src_desc 'generic blocklist, infrequent updates, approx. 6.000 entries'
  122. config source 'sysctl'
  123. option enabled '0'
  124. option adb_src 'http://sysctl.org/cameleon/hosts'
  125. option adb_src_rset '\$0~/^127\.0\.0\.1[[:space:]]+([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
  126. option adb_src_desc 'broad blocklist, weekly updates, approx. 16.500 entries'
  127. config source 'whocares'
  128. option enabled '0'
  129. option adb_src 'http://someonewhocares.org/hosts/hosts'
  130. option adb_src_rset '\$0~/^127\.0\.0\.1[[:space:]]+([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
  131. option adb_src_desc 'broad blocklist, weekly updates, approx. 10.000 entries'
  132. config source 'winspy'
  133. option enabled '0'
  134. option adb_src 'https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/win10/spy.txt'
  135. option adb_src_rset '\$0~/^0\.0\.0\.0[[:space:]]+([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
  136. option adb_src_desc 'focus on windows spy & telemetry domains, infrequent updates, approx. 300 entries'
  137. config source 'winhelp'
  138. option enabled '0'
  139. option adb_src 'http://winhelp2002.mvps.org/hosts.txt'
  140. option adb_src_rset '\$0~/^0\.0\.0\.0[[:space:]]+([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
  141. option adb_src_desc 'broad blocklist, infrequent updates, approx. 13.000 entries'
  142. config source 'yoyo'
  143. option enabled '1'
  144. option adb_src 'https://pgl.yoyo.org/adservers/serverlist.php?hostformat=nohtml&showintro=0&mimetype=plaintext'
  145. option adb_src_rset '\$0~/^([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
  146. option adb_src_desc 'focus on ad related domains, weekly updates, approx. 2.400 entries'
  147. config source 'zeus'
  148. option enabled '0'
  149. option adb_src 'https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist'
  150. option adb_src_rset '\$0~/^([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
  151. option adb_src_desc 'focus on zeus botnet, daily updates, approx. 400 entries'