serverless-dns / blocklists

An opinionated collection of blocklists for RethinkDNS.
https://rethinkdns.com/configure
Mozilla Public License 2.0
83 stars 26 forks source link

Update config.json #61

Closed HuB8888 closed 1 year ago

HuB8888 commented 1 year ago

Hi! I hope the changes made will be useful!

hosts_optional

ignoramous commented 1 year ago

Thanks for suggesting the lists. TBLP and ZeroDot's crypto lists are already included, are they not?

See: https://sky.rethinkdns.com/1:EBAAAQAI

HuB8888 commented 1 year ago

Absolutely included https://zerodot1.gitlab.io/CoinBlockerLists/hosts_browser 3496 total entries https://blocklistproject.github.io/Lists/crypto.txt 23789 total entries Proposed Extended and Augmented Lists https://gitlab.com/ZeroDot1/CoinBlockerLists/-/raw/a65c403554bb623092882eb55418861f016179df/hosts 276 183 total entries https://gitlab.com/ZeroDot1/CoinBlockerLists/-/raw/master/hosts_optional 1 580 total entries

If there is a combination of lists, they will complement each other.

Have a nice day!

ignoramous commented 1 year ago

Ah, so you want to augment the existing ZeroDot1 and TBPL crypto lists?

If so, append the url in the existing entry, like in:

https://github.com/serverless-dns/blocklists/blob/e42b911471683604a819620914776c2507826adb/config.json#L1351-L1354

Ex:

    {
      "vname": "Coin blocker (Zerodot1)",
-      "format": "hosts",
      "group": "Security",
      "subg": "Cryptojacking",
-      "url": "https://zerodot1.gitlab.io/CoinBlockerLists/hosts_browser",
+      "format": ["hosts", "hosts", "hosts"]
+      "url": ["https://zerodot1.gitlab.io/CoinBlockerLists/hosts_browser",
+              "https://gitlab.com/ZeroDot1/CoinBlockerLists/-/raw/master/hosts",
+              "https://gitlab.com/ZeroDot1/CoinBlockerLists/-/raw/master/hosts_optional"]
      "pack": ["crypto"]
    },
HuB8888 commented 1 year ago

Спасибо за предложение списков. Списки криптографии TBLP и ZeroDot уже включены, не так ли?

См.: https://sky.rethinkdns.com/1:EBAAQAI .

More advanced lists.

I hope they will be useful.

ignoramous commented 1 year ago

Thanks for your suggestion :) Added: https://github.com/serverless-dns/blocklists/commit/f10af6c16e0cdda192845871f9b34a4fd68d677e

Should be picked by the automation during the next run (today / tomorrow).