Replace Cloudflare's DNS with Quad9 where it makes sense

This commit is contained in:
Jake Howard 2022-09-18 19:55:35 +01:00
parent 60e9454efe
commit eccefcd7e0
Signed by: jake
GPG Key ID: 57AFB45680EDD477
3 changed files with 3 additions and 4 deletions

View File

@ -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]]

View File

@ -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`)

View File

@ -9,7 +9,6 @@ services:
- "{{ app_data_dir }}/vaultwarden/:/data"
depends_on:
- db
dns: 1.1.1.1
labels:
- traefik.enable=true