- commit
- 9a89178
- parent
- 845894e
- author
- Antonio Mika
- date
- 2023-02-24 14:47:36 +0000 UTC
Update caddy resolvers to use cf
2 files changed,
+2,
-0
+1,
-0
1@@ -10,6 +10,7 @@
2 reverse_proxy web:3000
3 tls {$APP_EMAIL} {
4 dns cloudflare {$CF_API_TOKEN}
5+ resolvers 1.1.1.1
6 }
7 encode zstd gzip
8
+1,
-0
1@@ -2,6 +2,7 @@
2 reverse_proxy minio:9000
3 tls {$APP_EMAIL} {
4 dns cloudflare {$CF_API_TOKEN}
5+ resolvers 1.1.1.1
6 }
7 encode zstd gzip
8