adblock.conf 9.3 KB

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