From 2ead861ff29e398bcac418354a3845b58dd60f09 Mon Sep 17 00:00:00 2001 From: Justin Ward Date: Sat, 16 Nov 2024 14:24:51 -0500 Subject: [PATCH] fixed inline code Signed-off-by: Justin Ward --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 435d5615..894ad44b 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ echo 'DNSStubListener=no' | sudo tee -a /etc/systemd/resolved.conf.d/10-pihole.c sudo systemctl restart systemd-resolved ``` -Note that by default in Fedora, /etc/resolv.conf already points to /run/systemd/resolve/resolv.conf, so DNS resolution continues to work even when the stub listener is disabled. +Note that by default in Fedora, `/etc/resolv.conf` already points to `/run/systemd/resolve/resolv.conf`, so DNS resolution continues to work even when the stub listener is disabled. ## Installing on Dokku