1
1
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-11-22 15:32:01 +01:00

Improve README.md code block syntax highlighting (#111)

This commit is contained in:
Peter Dave Hello 2022-02-02 20:08:21 +08:00 committed by GitHub
parent dae2aa7d0b
commit 6fc0a5b15f
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -263,7 +263,7 @@ touch /etc/dnscrypt-server/zones/example.conf
Now, add one or more unbound directives to the file, such as: Now, add one or more unbound directives to the file, such as:
```text ```zone
local-zone: "example.com." static local-zone: "example.com." static
local-data: "my-computer.example.com. IN A 10.0.0.1" local-data: "my-computer.example.com. IN A 10.0.0.1"
local-data: "other-computer.example.com. IN A 10.0.0.2" local-data: "other-computer.example.com. IN A 10.0.0.2"