From e10a200d706d1c37e11763cf66315a03d3da6e7a Mon Sep 17 00:00:00 2001 From: Claudio Ramirez Date: Fri, 4 May 2018 17:17:53 +0200 Subject: [PATCH] fmt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6344a33..baded5a 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ docker run -d \ diginc/pi-hole:latest ``` -**Scripts that try to reach a blocked domain on port 443 will timeout because the domain is redirected to the docker host, while no service listens on port 443. Pages on the client will load very slowly on +Scripts that try to reach a blocked domain on port 443 will timeout because the domain is redirected to the docker host, while no service listens on port 443. Pages on the client will load very slowly on sited doing this type of connection. Adding the port 443 forwarding to the container run results in a inmediate REJECT: the page will continue loading inmediately instead of waiting for the resource. An alternative is instead of binding port 443 is blocking it by the firewall of the docker host, e.g. with `sudo ufw reject https`.