Skip to content

Commit

Permalink
dnsCheck: update the publicDNSQueryURI to https://quay.io
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasgun committed Nov 25, 2024
1 parent f71d9ce commit ae2a8f8
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 ae2a8f8

Please sign in to comment.