Skip to content

Commit

Permalink
dnsCheck: update the publicDNSQueryURI to https://quay.io
Browse files Browse the repository at this point in the history
Querying at https://quay.io instead of http://quay.io returns 200 which
is a clearer way to interpret that the check succeeded. This also serves
the purpose of querying quay.io without any confusing debug message.
  • Loading branch information
vyasgun authored and gbraad committed Dec 10, 2024
1 parent 8a9c3ac commit c86d75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/crc/services/dns/dns.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (

const (
dnsServicePort = 53
publicDNSQueryURI = "quay.io"
publicDNSQueryURI = "https://quay.io"
dnsmasqService = "dnsmasq.service"
)

Expand Down

0 comments on commit c86d75d

Please sign in to comment.