nickspaargaren / no-google

Completely block Google and its services
The Unlicense
1.25k stars 99 forks source link

Add dns check to domains #189

Closed nickspaargaren closed 1 month ago

nickspaargaren commented 7 months ago

This PR adds a pipeline that lists the domains that don't have an A record.

ELI5: Google domains that don't exist anymore should be listed or automatically removed in by Github Action. With this change we can remove unused domains to make the list more compact.

How to test

  1. Run make to see the new make dnscheck command.
  2. Run the new make dnscheck command.
  3. Make sure all domains without a response get automaticcly removed.
touhidurrr commented 3 months ago

@nickspaargaren I do not like this approach. Only dns.resolver.NXDOMAIN error should be honored. Other errors might be temporary.

Bundy01 commented 2 months ago

Yes, see https://github.com/nickspaargaren/no-google/issues/203

nickspaargaren commented 2 months ago

@touhidurrr, you mean like this?