# dial tcp: lookup example.com: no such host

- **ID:** `go/http-too-many-open-files`
- **Domain:** go
- **Category:** network_error
- **Verification:** ai_generated
- **Fix Rate:** 80%

## Root Cause

DNS解析失败，可能是因为域名不存在、网络配置错误或DNS服务器不可达。

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| 1.22 | active | — | — |

## Workarounds

1. **** (90% success)
   ```
   检查域名拼写，使用nslookup或dig诊断DNS。
   ```

## Dead Ends

- **** — 重试多次但域名本身错误，浪费资源。 (60% fail)
- **** — 修改本地hosts文件，但生产环境不适用。 (50% fail)
