chkdomain icon indicating copy to clipboard operation
chkdomain copied to clipboard

🔍 Discover if a domain is resolvable or blocked by secure DNS and Ad-blocking services, and experience the innovative idea of DaaS - DNS as an Intelligence Service.

Results 10 chkdomain issues
Sort by recently updated
recently updated
newest added

Feature Suggestion: An option to add a file with a list of domains to test (like the currently option to add a custom dns) and the test would check all...

Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...

Avoid wasting time on checking invalid domain

:muscle: ## Summary by CodeRabbit - **Refactor** - Standardized DNS query command execution across the script by introducing a consistent `dig` command variable.

:muscle: ## Summary by CodeRabbit - **New Features** - Added a comprehensive test script for domain validation testing. - Implemented parallel testing for valid and invalid domain checks. - **Chores**...

🚀 ## Summary by CodeRabbit - **New Features** - Introduced a temporary directory management system for improved DNS checking - Enhanced concurrent processing of multiple DNS queries - Added background...

The current script requires at least Bash 4.0 due to the use of modern syntax features (e.g., associative arrays). However, some environments, such as the default macOS Bash (3.x), may...

### **PR Type** Enhancement ___ ### **Description** - Added DNSGuard public DNS server to adblock DNS list - Updated blocked domain detection to include DNSGuard's block response IP ___ ###...

Review effort 1/5

## Issue Description The `chkdm` script has inconsistent indentation throughout the codebase, mixing both 2-space and 4-space indentation patterns. ## Problem While `.editorconfig` specifies 2-space indentation, the existing `chkdm` script...