update dnscrypt-server

This commit is contained in:
kev 2022-08-24 16:18:09 +08:00
parent 9b5df3a8d9
commit a67c7cbdad
3 changed files with 6 additions and 0 deletions

View File

@ -1,2 +1,4 @@
dnscrypt-server
===============
An easy to install, high-performance, zero maintenance proxy to run an encrypted DNS server.

View File

@ -0,0 +1,3 @@
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"

View File

@ -10,4 +10,5 @@ services:
volumes:
- ./data/keys:/opt/encrypted-dns/etc/keys
- ./data/lists:/opt/encrypted-dns/etc/lists
- ./data/zones:/opt/unbound/etc/unbound/zones
restart: unless-stopped