From: Petr Špaček Date: Wed, 10 Apr 2019 11:41:01 +0000 (+0200) Subject: doh: example how to listen on all addresses X-Git-Tag: v4.0.0~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8566e83009ec0a89f513691295498d5d20eff0a3;p=thirdparty%2Fknot-resolver.git doh: example how to listen on all addresses --- diff --git a/modules/http/README.doh.rst b/modules/http/README.doh.rst index 8c35436a0..8033c2176 100644 --- a/modules/http/README.doh.rst +++ b/modules/http/README.doh.rst @@ -43,7 +43,7 @@ Example configuration: -- Load HTTP module with defaults modules.load('http') http.config({ - host = 'hostname.example', -- change to your server name + host = '::', -- listen on ALL IPv4 and IPv6 addresses port = 443, -- feel free to use any other port tls = true, -- use valid X.509 cert issued by a recognized Certificate authority