From 6fc0a5b15fe71394235d02a86626c0eeda6d9a62 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Wed, 2 Feb 2022 20:08:21 +0800 Subject: [PATCH] Improve README.md code block syntax highlighting (#111) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0ef625..d55c00e 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,7 @@ touch /etc/dnscrypt-server/zones/example.conf Now, add one or more unbound directives to the file, such as: -```text +```zone local-zone: "example.com." static local-data: "my-computer.example.com. IN A 10.0.0.1" local-data: "other-computer.example.com. IN A 10.0.0.2"