From 1d59772faddeea3f75370ea9de073f8c611d229d Mon Sep 17 00:00:00 2001 From: gdm85 Date: Sat, 3 Sep 2022 10:31:14 +0200 Subject: [PATCH 1/2] docs: mention where to find logs --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index 23f466b..179ac62 100644 --- a/Readme.md +++ b/Readme.md @@ -67,6 +67,10 @@ docker run -d --name doh-server \ satishweb/doh-server ``` +## Logging + +All log lines (by either doh-client or doh-server) are written into `stderr`; you can view them using your OS tool of choice (`journalctl` when using systemd). + ## Server Configuration The following is a typical DNS-over-HTTPS architecture: From 80e95cd028661562275258ed79a20a32de81d0ed Mon Sep 17 00:00:00 2001 From: gdm85 Date: Sat, 3 Sep 2022 10:32:29 +0200 Subject: [PATCH 2/2] docs: mention poor compatibility with dnscrypt-proxy --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index 179ac62..e11584f 100644 --- a/Readme.md +++ b/Readme.md @@ -319,6 +319,10 @@ Currently supported features are: - [X] EDNS0 large UDP packet (4 KiB by default) - [X] EDNS0-Client-Subnet (/24 for IPv4, /56 for IPv6 by default) +## Known issues + +* it does not work well with [dnscrypt-proxy](https://github.com/DNSCrypt/dnscrypt-proxy), you might want to use either (or fix the compatibility bugs by submitting PRs) + ## The name of the project This project is named "DNS-over-HTTPS" because it was written before the IETF DoH project. Although this project is compatible with IETF DoH, the project is not affiliated with IETF.