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.

181 lines
9.1 KiB

  1. config adblock 'global'
  2. option adb_basever '3.8'
  3. option adb_enabled '0'
  4. option adb_dns 'dnsmasq'
  5. option adb_dnsvariant 'nxdomain'
  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_report '0'
  12. option adb_maxqueue '4'
  13. config source 'adaway'
  14. option adb_src 'https://adaway.org/hosts.txt'
  15. option adb_src_rset '/^127\.0\.0\.1[[:space:]]+([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
  16. option adb_src_desc 'focus on mobile ads, infrequent updates, approx. 400 entries'
  17. option enabled '1'
  18. config source 'adguard'
  19. option adb_src 'https://filters.adtidy.org/windows/filters/15.txt'
  20. option adb_src_rset 'BEGIN{FS=\"[/|^|\r]\"}/^\|\|([[:alnum:]_-]+\.)+[[:alpha:]]+[\/\^\r]+$/{print tolower(\$3)}'
  21. option adb_src_desc 'combined adguard dns filter list, frequent updates, approx. 17.000 entries'
  22. option enabled '0'
  23. config source 'bitcoin'
  24. option adb_src 'https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/hosts.txt'
  25. option adb_src_rset '/^0\.0\.0\.0[[:space:]]+([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
  26. option adb_src_desc 'focus on malicious bitcoin mining sites, infrequent updates, approx. 80 entries'
  27. option enabled '0'
  28. config source 'disconnect'
  29. option adb_src 'https://s3.amazonaws.com/lists.disconnect.me/simple_malvertising.txt'
  30. option adb_src_rset '/^([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
  31. option adb_src_desc 'mozilla driven blocklist, numerous updates on the same day, approx. 4.700 entries'
  32. option enabled '1'
  33. config source 'dshield'
  34. option adb_src 'https://www.dshield.org/feeds/suspiciousdomains_Low.txt'
  35. option adb_src_rset '/^([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
  36. option adb_src_desc 'generic blocklist, daily updates, approx. 3.500 entries'
  37. option enabled '0'
  38. config source 'hphosts'
  39. option adb_src 'https://hosts-file.net/ad_servers.txt'
  40. option adb_src_rset '/^127\.0\.0\.1[[:space:]]+([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|\$)+/{print tolower(\$2)}'
  41. option adb_src_desc 'broad blocklist, monthly updates, approx. 19.200 entries'
  42. option enabled '0'
  43. config source 'malware'
  44. option adb_src 'https://mirror.espoch.edu.ec/malwaredomains/justdomains'
  45. option adb_src_rset '/^([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
  46. option adb_src_desc 'broad blocklist, daily updates, approx. 18.300 entries'
  47. option enabled '0'
  48. config source 'malwarelist'
  49. option adb_src 'http://www.malwaredomainlist.com/hostslist/hosts.txt'
  50. option adb_src_rset '/^127\.0\.0\.1[[:space:]]+([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
  51. option adb_src_desc 'focus on malware, daily updates, approx. 1.200 entries'
  52. option enabled '0'
  53. config source 'openphish'
  54. option adb_src 'https://openphish.com/feed.txt'
  55. option adb_src_rset 'BEGIN{FS=\"/\"}/^http[s]?:\/\/([[:alnum:]_-]+\.)+[[:alpha:]]+(\/|$)/{print tolower(\$3)}'
  56. option adb_src_desc 'focus on phishing, numerous updates on the same day, approx. 2.400 entries'
  57. option enabled '0'
  58. config source 'ransomware'
  59. option adb_src 'https://ransomwaretracker.abuse.ch/downloads/RW_DOMBL.txt'
  60. option adb_src_rset '/^([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
  61. option adb_src_desc 'focus on ransomware by abuse.ch, numerous updates on the same day, approx. 1900 entries'
  62. option enabled '0'
  63. config source 'reg_cn'
  64. option adb_src 'https://easylist-downloads.adblockplus.org/easylistchina+easylist.txt'
  65. option adb_src_rset 'BEGIN{FS=\"[|^]\"}/^\|\|([[:alnum:]_-]+\.)+[[:alpha:]]+\^("\\\$third-party")?$/{print tolower(\$3)}'
  66. option adb_src_desc 'focus on chinese ads plus generic easylist additions, daily updates, approx. 11.700 entries'
  67. option enabled '0'
  68. config source 'reg_cz'
  69. option adb_src 'https://raw.githubusercontent.com/qxstyles/turris-hole-czech-block-list/master/turris-hole-czech-block-list'
  70. option adb_src_rset '/^([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
  71. option adb_src_desc 'focus on czech ads maintained by Turris Omnia Users, infrequent updates, approx. 100 entries'
  72. option enabled '0'
  73. config source 'reg_de'
  74. option adb_src 'https://easylist-downloads.adblockplus.org/easylistgermany+easylist.txt'
  75. option adb_src_rset 'BEGIN{FS=\"[|^]\"}/^\|\|([[:alnum:]_-]+\.)+[[:alpha:]]+\^("\\\$third-party")?$/{print tolower(\$3)}'
  76. option adb_src_desc 'focus on german ads plus generic easylist additions, daily updates, approx. 9.200 entries'
  77. option enabled '0'
  78. config source 'reg_id'
  79. option adb_src 'https://easylist-downloads.adblockplus.org/abpindo+easylist.txt'
  80. option adb_src_rset 'BEGIN{FS=\"[|^]\"}/^\|\|([[:alnum:]_-]+\.)+[[: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. option enabled '0'
  83. config source 'reg_nl'
  84. option adb_src 'https://easylist-downloads.adblockplus.org/easylistdutch+easylist.txt'
  85. option adb_src_rset 'BEGIN{FS=\"[|^]\"}/^\|\|([[:alnum:]_-]+\.)+[[: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. option enabled '0'
  88. config source 'reg_pl'
  89. option adb_src 'http://adblocklist.org/adblock-pxf-polish.txt'
  90. option adb_src_rset 'BEGIN{FS=\"[|^]\"}/^\|\|([[:alnum:]_-]+\.)+[[:alpha:]]+\^("\\\$third-party")?$/{print tolower(\$3)}'
  91. option adb_src_desc 'focus on polish ads, daily updates, approx. 90 entries'
  92. option enabled '0'
  93. config source 'reg_ro'
  94. option adb_src 'https://easylist-downloads.adblockplus.org/rolist+easylist.txt'
  95. option adb_src_rset 'BEGIN{FS=\"[|^]\"}/^\|\|([[:alnum:]_-]+\.)+[[: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. option enabled '0'
  98. config source 'reg_ru'
  99. option adb_src 'https://easylist-downloads.adblockplus.org/ruadlist+easylist.txt'
  100. option adb_src_rset 'BEGIN{FS=\"[|^]\"}/^\|\|([[:alnum:]_-]+\.)+[[: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. option enabled '0'
  103. config source 'shalla'
  104. option adb_src 'http://www.shallalist.de/Downloads/shallalist.tar.gz'
  105. option adb_src_rset '/^([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
  106. option adb_src_desc 'huge blocklist archive subdivided in different categories, daily updates. Check http://www.shallalist.de/categories.html for more categories'
  107. list adb_src_cat 'adv'
  108. list adb_src_cat 'costtraps'
  109. list adb_src_cat 'spyware'
  110. list adb_src_cat 'tracker'
  111. list adb_src_cat 'warez'
  112. option enabled '0'
  113. config source 'spam404'
  114. option adb_src 'https://raw.githubusercontent.com/Dawsey21/Lists/master/main-blacklist.txt'
  115. option adb_src_rset '/^([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)+/{print tolower(\$1)}'
  116. option adb_src_desc 'generic blocklist, infrequent updates, approx. 6.000 entries'
  117. option enabled '0'
  118. config source 'sysctl'
  119. option adb_src 'http://sysctl.org/cameleon/hosts'
  120. option adb_src_rset '/^127\.0\.0\.1[[:space:]]+([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
  121. option adb_src_desc 'broad blocklist, weekly updates, approx. 16.500 entries'
  122. option enabled '0'
  123. config source 'ut_capitole'
  124. option adb_src 'https://dsi.ut-capitole.fr/blacklists/download/blacklists.tar.gz'
  125. option adb_src_rset '/^([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
  126. 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'
  127. list adb_src_cat 'publicite'
  128. list adb_src_cat 'cryptojacking'
  129. list adb_src_cat 'ddos'
  130. list adb_src_cat 'malware'
  131. list adb_src_cat 'phishing'
  132. list adb_src_cat 'warez'
  133. option enabled '0'
  134. config source 'whocares'
  135. option adb_src 'http://someonewhocares.org/hosts/hosts'
  136. option adb_src_rset '/^127\.0\.0\.1[[:space:]]+([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
  137. option adb_src_desc 'broad blocklist, weekly updates, approx. 10.000 entries'
  138. option enabled '0'
  139. config source 'winspy'
  140. option adb_src 'https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt'
  141. option adb_src_rset '/^0\.0\.0\.0[[:space:]]+([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
  142. option adb_src_desc 'focus on windows spy & telemetry domains, infrequent updates, approx. 300 entries'
  143. option enabled '0'
  144. config source 'winhelp'
  145. option adb_src 'http://winhelp2002.mvps.org/hosts.txt'
  146. option adb_src_rset '/^0\.0\.0\.0[[:space:]]+([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
  147. option adb_src_desc 'broad blocklist, infrequent updates, approx. 13.000 entries'
  148. option enabled '0'
  149. config source 'yoyo'
  150. option adb_src 'https://pgl.yoyo.org/adservers/serverlist.php?hostformat=nohtml&showintro=0&mimetype=plaintext'
  151. option adb_src_rset '/^([[:alnum:]_-]+\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
  152. option adb_src_desc 'focus on ad related domains, weekly updates, approx. 2.400 entries'
  153. option enabled '1'