Skip to content

Commit 234321e

Browse files
committed
Fix a comment
1 parent adf5480 commit 234321e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daze.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ func ResolverDoh(addr string) *net.Resolver {
168168
}
169169
}
170170

171-
// ResolverDot returns a DoT resolver. Depending on the addr entered, the dns, dot or doh protocol will be used
171+
// ResolverAny returns a dns resolver. Depending on the addr entered, the dns, dot or doh protocol will be used
172172
// automatically.
173173
//
174174
// Dns: 1.1.1.1:53

0 commit comments

Comments
 (0)