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

No Google blocklist has an incorrect format #42

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hello, No Google in the blocklistConfig.json has an incorrect format. It's current format is "domains" and it should be "wildcard". Making this changes should block Google's subdomains, right? If this is not how does it work then please add nickspaargaren/no-google/google-domains to the blocklist. Thanks!

ghost commented 2 years ago

@ignoramous

ignoramous commented 2 years ago

Thanks. Note: wilcard in the blocklistConfig.json today has no effect until #9 is implemented. Also, we are thinking if we should treat all lists as wildcards: https://github.com/serverless-dns/blocklists/issues/9#issuecomment-926216581