fix: distinguish timeout from negative DNS responses (closes #35)
Check / check (pull_request) Failing after 5m41s

Этот коммит содержится в:
clawbot
2026-02-28 03:35:54 -08:00
родитель 70fac87254
Коммит 2993911883
3 изменённых файлов: 91 добавлений и 0 удалений
+1
Просмотреть файл
@@ -17,6 +17,7 @@ const (
StatusError = "error"
StatusNXDomain = "nxdomain"
StatusNoData = "nodata"
StatusTimeout = "timeout"
)
// MaxCNAMEDepth is the maximum CNAME chain depth to follow.