Skip to content

Commit 27f9b1d

Browse files
fix(docs): fixed typos
1 parent e6240db commit 27f9b1d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_posts/2021-04-17-pi-hole-dns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: post
33
title: "Using Pi-Hole for Local DNS - Fast, Simple, and Easy Guide"
44
date: 2021-04-17 09:00:00 -0500
55
categories: homelab
6-
tags: homelab pi-hole dns
6+
tags: homelab pi-hole dns self-hosted
77
---
88

99
[![Using Pi-Hole for Local DNS - Fast, Simple, and Easy Guide](https://img.youtube.com/vi/kKsHo6r4_rc/0.jpg)](https://www.youtube.com/watch?v=kKsHo6r4_rc "Using Pi-Hole for Local DNS - Fast, Simple, and Easy Guide")

_posts/2021-05-08-pi-hole-blocklists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: post
33
title: "Is adding 3 MILLION domains to your Pi-Hole Block List a good thing?"
44
date: 2021-05-08 09:00:00 -0500
55
categories: homelab
6-
tags: homelab pi-hole dns
6+
tags: homelab pi-hole dns self-hosted
77
---
88

99
[![Is adding 3 MILLION domains to your Pi-Hole Block List a good thing?](https://img.youtube.com/vi/0wpn3rXTe0g/0.jpg)](https://www.youtube.com/watch?v=0wpn3rXTe0g "Is adding 3 MILLION domains to your Pi-Hole Block List a good thing?")

reference_files/traefik2-k3s-rancher/config-ingress-route/traefik-chart-values.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ additionalArguments:
22
- --providers.file.filename=/data/traefik-config.yaml
33
- --entrypoints.websecure.http.tls.certresolver=cloudflare
44
- --entrypoints.websecure.http.tls.domains[0].main=example.com
5-
- --entrypoints.websecure.http.tls.domains[0].sans=*.example.live
5+
- --entrypoints.websecure.http.tls.domains[0].sans=*.example.com
66
# - --certificatesresolvers.cloudflare.acme.caserver=https://acme-staging-v02.api.letsencrypt.org/directory
77
# comment above when going to production
88
- --certificatesresolvers.cloudflare.acme.dnschallenge.provider=cloudflare

0 commit comments

Comments
 (0)