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

@ -26,7 +26,7 @@ endpoints:
- "[STATUS] == 200"
- name: example-dns-query
url: "8.8.8.8" # Address of the DNS server to use
url: "1.1.1.1" # Address of the DNS server to use
interval: 5m
dns:
query-name: "example.com"

View File

@ -26,7 +26,7 @@ endpoints:
- "[STATUS] == 200"
- name: example-dns-query
url: "8.8.8.8" # Address of the DNS server to use
url: "1.1.1.1" # Address of the DNS server to use
interval: 5m
dns:
query-name: "example.com"