Skip to content

Commit b457005

Browse files
committed
Clarify that for ODoH, an ODoH relay is required
1 parent 299ebd2 commit b457005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dnscrypt-proxy/serversInfo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ func _fetchODoHTargetInfo(proxy *Proxy, name string, stamp stamps.ServerStamp, i
990990

991991
if relay == nil {
992992
dlog.Criticalf(
993-
"No relay defined for [%v] - Configuring a relay is required for ODoH servers (see the `[anonymized_dns]` section)",
993+
"No relay defined for [%v] - Configuring an ODoH relay is required for ODoH servers (see the `[anonymized_dns]` section)",
994994
name,
995995
)
996996
return ServerInfo{}, errors.New("No ODoH relay")

0 commit comments

Comments
 (0)