# DNS resolution failures — hostnames that cannot be resolved. # .invalid is an IANA-reserved TLD guaranteed never to resolve (RFC 2606). # Run: python3.14 python/simple.py python/configs/dns-failure.txt # Expected exit code: 1 https://this-host-does-not-exist.invalid http://no.such.host.invalid # Also exercises the blank-line and comment-line parser paths.