Skip to content

Commit a67c7cb

Browse files
committedAug 24, 2022
update dnscrypt-server
1 parent 9b5df3a commit a67c7cb

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed
 

‎dnscrypt/server/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
dnscrypt-server
22
===============
3+
4+
An easy to install, high-performance, zero maintenance proxy to run an encrypted DNS server.
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
local-zone: "example.com." static
2+
local-data: "my-computer.example.com. IN A 10.0.0.1"
3+
local-data: "other-computer.example.com. IN A 10.0.0.2"

‎dnscrypt/server/docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ services:
1010
volumes:
1111
- ./data/keys:/opt/encrypted-dns/etc/keys
1212
- ./data/lists:/opt/encrypted-dns/etc/lists
13+
- ./data/zones:/opt/unbound/etc/unbound/zones
1314
restart: unless-stopped

0 commit comments

Comments
 (0)
Please sign in to comment.