chore: Update example.com's IPv4 and IPv6

This commit is contained in:
TwiN 2024-04-18 21:04:34 -04:00
parent e0ab35e86a
commit b88d0b1c34
6 changed files with 7 additions and 7 deletions

View File

@ -32,7 +32,7 @@ endpoints:
query-name: "example.com" query-name: "example.com"
query-type: "A" query-type: "A"
conditions: conditions:
- "[BODY] == 93.184.216.34" - "[BODY] == 93.184.215.14"
- "[DNS_RCODE] == NOERROR" - "[DNS_RCODE] == NOERROR"
- name: icmp-ping - name: icmp-ping

View File

@ -32,7 +32,7 @@ endpoints:
query-name: "example.com" query-name: "example.com"
query-type: "A" query-type: "A"
conditions: conditions:
- "[BODY] == 93.184.216.34" - "[BODY] == 93.184.215.14"
- "[DNS_RCODE] == NOERROR" - "[DNS_RCODE] == NOERROR"
- name: icmp-ping - name: icmp-ping

View File

@ -1839,7 +1839,7 @@ endpoints:
query-name: "example.com" query-name: "example.com"
query-type: "A" query-type: "A"
conditions: conditions:
- "[BODY] == 93.184.216.34" - "[BODY] == 93.184.215.14"
- "[DNS_RCODE] == NOERROR" - "[DNS_RCODE] == NOERROR"
``` ```

View File

@ -37,7 +37,7 @@ endpoints:
query-name: "example.com" query-name: "example.com"
query-type: "A" query-type: "A"
conditions: conditions:
- "[BODY] == 93.184.216.34" - "[BODY] == 93.184.215.14"
- "[DNS_RCODE] == NOERROR" - "[DNS_RCODE] == NOERROR"
- name: icmp-ping - name: icmp-ping

View File

@ -24,7 +24,7 @@ func TestIntegrationQuery(t *testing.T) {
}, },
inputURL: "8.8.8.8", inputURL: "8.8.8.8",
expectedDNSCode: "NOERROR", expectedDNSCode: "NOERROR",
expectedBody: "93.184.216.34", expectedBody: "93.184.215.14",
}, },
{ {
name: "test DNS with type AAAA", name: "test DNS with type AAAA",
@ -34,7 +34,7 @@ func TestIntegrationQuery(t *testing.T) {
}, },
inputURL: "8.8.8.8", inputURL: "8.8.8.8",
expectedDNSCode: "NOERROR", expectedDNSCode: "NOERROR",
expectedBody: "2606:2800:220:1:248:1893:25c8:1946", expectedBody: "2606:2800:21f:cb07:6820:80da:af6b:8b2c",
}, },
{ {
name: "test DNS with type CNAME", name: "test DNS with type CNAME",

View File

@ -759,7 +759,7 @@ func TestIntegrationEvaluateHealthWithErrorAndHideURL(t *testing.T) {
func TestIntegrationEvaluateHealthForDNS(t *testing.T) { func TestIntegrationEvaluateHealthForDNS(t *testing.T) {
conditionSuccess := Condition("[DNS_RCODE] == NOERROR") conditionSuccess := Condition("[DNS_RCODE] == NOERROR")
conditionBody := Condition("[BODY] == 93.184.216.34") conditionBody := Condition("[BODY] == 93.184.215.14")
endpoint := Endpoint{ endpoint := Endpoint{
Name: "example", Name: "example",
URL: "8.8.8.8", URL: "8.8.8.8",