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.

206 lines
10 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_fetchutil 'uclient-fetch'
  7. option adb_trigger 'wan'
  8. config adblock 'extra'
  9. option adb_debug '0'
  10. option adb_forcedns '0'
  11. option adb_backup '0'
  12. option adb_report '0'
  13. option adb_maxqueue '8'
  14. config source 'adaway'
  15. option adb_src 'https://adaway.org/hosts.txt'
  16. option adb_src_rset '/^127\.0\.0\.1[[:space:]]+([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
  17. option adb_src_desc 'focus on mobile ads, infrequent updates, approx. 400 entries'
  18. option enabled '1'
  19. config source 'adguard'
  20. option adb_src 'https://filters.adtidy.org/windows/filters/15.txt'
  21. option adb_src_rset 'BEGIN{FS=\"[/|^|\r]\"}/^\|\|([[:alnum:]_-]+\.)+[[:alpha:]]+[\/\^\r]+$/{print tolower(\$3)}'
  22. option adb_src_desc 'combined adguard dns filter list, frequent updates, approx. 17.000 entries'
  23. option enabled '0'
  24. config source 'bitcoin'
  25. option adb_src 'https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/hosts.txt'
  26. option adb_src_rset '/^0\.0\.0\.0[[:space:]]+([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
  27. option adb_src_desc 'focus on malicious bitcoin mining sites, infrequent updates, approx. 80 entries'
  28. option enabled '0'
  29. config source 'blacklist'
  30. option adb_src '/etc/adblock/adblock.blacklist'
  31. option adb_src_rset '/^([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
  32. option adb_src_desc 'static local domain blacklist, always deny these domains'
  33. option enabled '1'
  34. config source 'disconnect'
  35. option adb_src 'https://s3.amazonaws.com/lists.disconnect.me/simple_malvertising.txt'
  36. option adb_src_rset '/^([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
  37. option adb_src_desc 'mozilla driven blocklist, numerous updates on the same day, approx. 4.700 entries'
  38. option enabled '1'
  39. config source 'dshield'
  40. option adb_src 'https://www.dshield.org/feeds/suspiciousdomains_Low.txt'
  41. option adb_src_rset '/^([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
  42. option adb_src_desc 'generic blocklist, daily updates, approx. 3.500 entries'
  43. option enabled '0'
  44. config source 'hphosts'
  45. option adb_src 'https://hosts-file.net/ad_servers.txt'
  46. option adb_src_rset '/^127\.0\.0\.1[[:space:]]+([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|\$)+/{print tolower(\$2)}'
  47. option adb_src_desc 'broad blocklist, monthly updates, approx. 19.200 entries'
  48. option enabled '0'
  49. config source 'malware'
  50. option adb_src 'https://mirror.espoch.edu.ec/malwaredomains/justdomains'
  51. option adb_src_rset '/^([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
  52. option adb_src_desc 'broad blocklist, daily updates, approx. 18.300 entries'
  53. option enabled '0'
  54. config source 'malwarelist'
  55. option adb_src 'http://www.malwaredomainlist.com/hostslist/hosts.txt'
  56. option adb_src_rset '/^127\.0\.0\.1[[:space:]]+([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
  57. option adb_src_desc 'focus on malware, daily updates, approx. 1.200 entries'
  58. option enabled '0'
  59. config source 'openphish'
  60. option adb_src 'https://openphish.com/feed.txt'
  61. option adb_src_rset 'BEGIN{FS=\"/\"}/^http[s]?:\/\/([[:alnum:]_-]+\.)+[[:alpha:]]+(\/|$)/{print tolower(\$3)}'
  62. option adb_src_desc 'focus on phishing, numerous updates on the same day, approx. 2.400 entries'
  63. option enabled '0'
  64. config source 'ransomware'
  65. option adb_src 'https://ransomwaretracker.abuse.ch/downloads/RW_DOMBL.txt'
  66. option adb_src_rset '/^([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
  67. option adb_src_desc 'focus on ransomware by abuse.ch, numerous updates on the same day, approx. 1900 entries'
  68. option enabled '0'
  69. config source 'reg_cn'
  70. option adb_src 'https://easylist-downloads.adblockplus.org/easylistchina+easylist.txt'
  71. option adb_src_rset 'BEGIN{FS=\"[|^]\"}/^\|\|([[:alnum:]_-]+\.)+[[:alpha:]]+\^("\\\$third-party")?$/{print tolower(\$3)}'
  72. option adb_src_desc 'focus on chinese ads plus generic easylist additions, daily updates, approx. 11.700 entries'
  73. option enabled '0'
  74. config source 'reg_cz'
  75. option adb_src 'https://raw.githubusercontent.com/qxstyles/turris-hole-czech-block-list/master/turris-hole-czech-block-list'
  76. option adb_src_rset '/^([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
  77. option adb_src_desc 'focus on czech ads maintained by Turris Omnia Users, infrequent updates, approx. 100 entries'
  78. option enabled '0'
  79. config source 'reg_de'
  80. option adb_src 'https://easylist-downloads.adblockplus.org/easylistgermany+easylist.txt'
  81. option adb_src_rset 'BEGIN{FS=\"[|^]\"}/^\|\|([[:alnum:]_-]+\.)+[[: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. option enabled '0'
  84. config source 'reg_id'
  85. option adb_src 'https://easylist-downloads.adblockplus.org/abpindo+easylist.txt'
  86. option adb_src_rset 'BEGIN{FS=\"[|^]\"}/^\|\|([[:alnum:]_-]+\.)+[[: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. option enabled '0'
  89. config source 'reg_nl'
  90. option adb_src 'https://easylist-downloads.adblockplus.org/easylistdutch+easylist.txt'
  91. option adb_src_rset 'BEGIN{FS=\"[|^]\"}/^\|\|([[:alnum:]_-]+\.)+[[: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. option enabled '0'
  94. config source 'reg_pl'
  95. option adb_src 'http://adblocklist.org/adblock-pxf-polish.txt'
  96. option adb_src_rset 'BEGIN{FS=\"[|^]\"}/^\|\|([[:alnum:]_-]+\.)+[[:alpha:]]+\^("\\\$third-party")?$/{print tolower(\$3)}'
  97. option adb_src_desc 'focus on polish ads, daily updates, approx. 90 entries'
  98. option enabled '0'
  99. config source 'reg_ro'
  100. option adb_src 'https://easylist-downloads.adblockplus.org/rolist+easylist.txt'
  101. option adb_src_rset 'BEGIN{FS=\"[|^]\"}/^\|\|([[:alnum:]_-]+\.)+[[: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. option enabled '0'
  104. config source 'reg_ru'
  105. option adb_src 'https://easylist-downloads.adblockplus.org/ruadlist+easylist.txt'
  106. option adb_src_rset 'BEGIN{FS=\"[|^]\"}/^\|\|([[:alnum:]_-]+\.)+[[: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. option enabled '0'
  109. config source 'shalla'
  110. option adb_src 'http://www.shallalist.de/Downloads/shallalist.tar.gz'
  111. option adb_src_rset '/^([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
  112. option adb_src_desc 'huge blocklist archive subdivided in different categories, daily updates. Check http://www.shallalist.de/categories.html for more categories'
  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. option enabled '0'
  119. config source 'spam404'
  120. option adb_src 'https://raw.githubusercontent.com/Dawsey21/Lists/master/main-blacklist.txt'
  121. option adb_src_rset '/^([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)+/{print tolower(\$1)}'
  122. option adb_src_desc 'generic blocklist, infrequent updates, approx. 6.000 entries'
  123. option enabled '0'
  124. config source 'sysctl'
  125. option adb_src 'http://sysctl.org/cameleon/hosts'
  126. option adb_src_rset '/^127\.0\.0\.1[[:space:]]+([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
  127. option adb_src_desc 'broad blocklist, weekly updates, approx. 16.500 entries'
  128. option enabled '0'
  129. config source 'urlhaus'
  130. option adb_src 'https://urlhaus.abuse.ch/downloads/rpz'
  131. option adb_src_rset '/^([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)+/{print tolower(\$1)}'
  132. option adb_src_desc 'urlhaus RPZ domains by abuse.ch, numerous updates on the same day, approx. 3.500 entries'
  133. option enabled '0'
  134. config source 'ut_capitole'
  135. option adb_src 'https://dsi.ut-capitole.fr/blacklists/download/blacklists.tar.gz'
  136. option adb_src_rset '/^([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
  137. option adb_src_desc 'huge blocklist archive subdivided in different categories, daily updates. Check https://dsi.ut-capitole.fr/blacklists/index_en.php for more categories'
  138. list adb_src_cat 'publicite'
  139. list adb_src_cat 'cryptojacking'
  140. list adb_src_cat 'ddos'
  141. list adb_src_cat 'malware'
  142. list adb_src_cat 'phishing'
  143. list adb_src_cat 'warez'
  144. option enabled '0'
  145. config source 'whocares'
  146. option adb_src 'http://someonewhocares.org/hosts/hosts'
  147. option adb_src_rset '/^127\.0\.0\.1[[:space:]]+([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
  148. option adb_src_desc 'broad blocklist, weekly updates, approx. 10.000 entries'
  149. option enabled '0'
  150. config source 'winspy'
  151. option adb_src 'https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt'
  152. option adb_src_rset '/^0\.0\.0\.0[[:space:]]+([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
  153. option adb_src_desc 'focus on windows spy & telemetry domains, infrequent updates, approx. 300 entries'
  154. option enabled '0'
  155. config source 'winhelp'
  156. option adb_src 'http://winhelp2002.mvps.org/hosts.txt'
  157. option adb_src_rset '/^0\.0\.0\.0[[:space:]]+([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
  158. option adb_src_desc 'broad blocklist, infrequent updates, approx. 13.000 entries'
  159. option enabled '0'
  160. config source 'youtube'
  161. option adb_src 'https://api.hackertarget.com/hostsearch/?q=googlevideo.com'
  162. option adb_src_rset 'BEGIN{FS=\",\"}/^(r[0-9]+\.){1,1}([[:alnum:]_-]+\.)+[[:alpha:]]+/{sub(/\./,\"---\");print tolower(\$1)}'
  163. option adb_src_desc 'focus on youtube ad-related subdomains, dynamic request API, approx. 150 entries'
  164. option enabled '0'
  165. config source 'yoyo'
  166. option adb_src 'https://pgl.yoyo.org/adservers/serverlist.php?hostformat=nohtml&showintro=0&mimetype=plaintext'
  167. option adb_src_rset '/^([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
  168. option adb_src_desc 'focus on ad related domains, weekly updates, approx. 2.400 entries'
  169. option enabled '1'
  170. config source 'zeus'
  171. option adb_src 'https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist'
  172. option adb_src_rset '/^([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
  173. option adb_src_desc 'focus on zeus botnet by abuse.ch, daily updates, approx. 400 entries'
  174. option enabled '0'