Open Issues Need Help
View All on GitHubAI Summary: Create a GitHub Action that uses the `lancache-dns` tool with the provided domain list and a custom-built diagnostics tool to validate the correctness of the DNS configurations across multiple providers. This involves updating the diagnostics tool's configuration with the current domain list and running the validation for each DNS provider.
AI Summary: Implement GitHub Actions linting to validate the `cache_domains.json` file and associated `.txt` files against defined formatting rules and schema to prevent issues like the one in PR #264. This involves creating a workflow that runs a linter (likely custom-built or using a suitable existing tool) on pull requests before merging.