Replace Cloudflare's DNS with Quad9 where it makes sense
This commit is contained in:
parent
60e9454efe
commit
eccefcd7e0
3 changed files with 3 additions and 4 deletions
|
@ -93,7 +93,7 @@
|
|||
###############################################################################
|
||||
|
||||
[[inputs.ping]]
|
||||
urls = ["192.168.1.1", "1.1.1.1"]
|
||||
urls = ["192.168.1.1", "9.9.9.9"]
|
||||
ping_interval = 60.0
|
||||
|
||||
[[inputs.smart]]
|
||||
|
|
|
@ -14,8 +14,8 @@ services:
|
|||
volumes:
|
||||
- ./data:/app/data
|
||||
dns:
|
||||
- 1.1.1.1
|
||||
- 8.8.8.8
|
||||
- 9.9.9.9
|
||||
- 149.112.112.112
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.uptime-kuma.rule=Host(`status.theorangeone.net`)
|
||||
|
|
|
@ -9,7 +9,6 @@ services:
|
|||
- "{{ app_data_dir }}/vaultwarden/:/data"
|
||||
depends_on:
|
||||
- db
|
||||
dns: 1.1.1.1
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
|
||||
|
|
Loading…
Reference in a new issue