# Mixed — one entry from each error class alongside a successful site.
# Shows that OK and FAIL lines can interleave in the same run.
# Timeout is omitted here so the run completes in a few seconds.
#
# Run: python3.14 python/simple.py python/configs/mixed.txt
# Expected exit code: 1  (any FAIL drives exit to 1)

# Success
https://example.com

# DNS failure
https://no.such.host.invalid

# Connection refused (loopback, no server)
http://127.0.0.1:9999

# TLS certificate error
https://self-signed.badssl.com/

# HTTP error (server responded with 404)
https://github.com/this-repo-does-not-exist-abcxyz123/no-way
