fix(dns): Use Cloudflare's DNS instead of Google's DNS

This commit is contained in:
TwiN
2022-06-16 20:21:44 -04:00
parent dfcdc57a18
commit 829a9c2679
4 changed files with 5 additions and 5 deletions

View File

@ -33,7 +33,7 @@ func TestEndpoint_Type(t *testing.T) {
want EndpointType
}{{
fields: fields{
URL: "8.8.8.8",
URL: "1.1.1.1",
DNS: &DNS{
QueryType: "A",
QueryName: "example.com",
@ -426,7 +426,7 @@ func TestIntegrationEvaluateHealthForDNS(t *testing.T) {
conditionBody := Condition("[BODY] == 93.184.216.34")
endpoint := Endpoint{
Name: "example",
URL: "8.8.8.8",
URL: "1.1.1.1",
DNS: &DNS{
QueryType: "A",
QueryName: "example.com.",