1
1
Fork 0
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-05-05 16:06:11 +02:00

Merge remote-tracking branch 'org/master'

* org/master:
  Improve README.md code block syntax highlighting (#111)
This commit is contained in:
Frank Denis 2022-02-11 12:22:00 +01:00
commit 6e2a097690

View File

@ -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"