chore: Replace 1.1.1.1 by 8.8.8.8 everywhere due to 1.1.1.1 being unreliable

This commit is contained in:
TwiN
2022-11-15 21:48:14 -05:00
parent f37a0ef2d7
commit eb4e22e76b
7 changed files with 7 additions and 7 deletions

View File

@ -338,7 +338,7 @@ endpoints:
- name: with-custom-dns-resolver
url: "https://your.health.api/health"
client:
dns-resolver: "tcp://1.1.1.1:53"
dns-resolver: "tcp://8.8.8.8:53"
conditions:
- "[STATUS] == 200"
```