dnswarden / blocklist-staging

Staging blacklist/whitelist/customlist repo for dnswarden
MIT License
19 stars 4 forks source link

Staging blacklist/whitelist/customlist repo for dnswarden

This repo contains multiple blacklists and whitelists files required for dnswarden. Look at update history to see total number of domains in repo and when the lists were last updated.

Default adblock and adultfilter dns consists of lists defined in adblockConfig and adultfilterConfig in default.json. You can add or remove elements to them. Each element represents the list where value==element in blocklistConfig.

Editing a blocklist

You can add, remove, edit and move around the arrays in default.json.

    {
      "name": "dnswarden (Tiny whitelist & blacklist)",
      "category": "Tiny",
      "url": [
        "https://raw.githubusercontent.com/dnswarden/blocklist-staging/main/blacklist/tiny_normal.txt",
        "https://raw.githubusercontent.com/dnswarden/blocklist-staging/main/whitelist/tinylist.txt",
        "https://raw.githubusercontent.com/dnswarden/blocklist-staging/main/blacklist/tiny_wildcard.txt"
      ],
      "filterType": ["b-norm", "white", "b-wild"],
      "source": "",
      "totalDomains": 0,
      "value": 113
    }

where,