CLI tool. Creates a request to the DNS server to resolve the specified domain name
xlookup domain_name [-d dns_address[:dns_port] | [--dns dns_address[:dns_port]]] [-h | --help]
- -d,--dns ADDR[:PORT] Specify custom DNS address (default: 8.8.8.8:53)
- -h, --help Prints this help message
- domain_name domain name for resolving (e.g. example.com)
- Command-line arguments parsing
- Using modern C++20
From xromza with ❤️

