feat: implement iterative DNS resolver (closes #1) #9

Merged
sneak merged 6 commits from feature/resolver into main 2026-02-20 19:37:59 +01:00
Showing only changes of commit 9e4f194c4c - Show all commits

View File

@ -80,4 +80,3 @@ func NewFromLoggerWithClient(
} }
// Method implementations are in iterative.go. // Method implementations are in iterative.go.