From 9f172570d057f231371748573291ac9dcea53ab1 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Tue, 18 Jan 2022 16:08:45 +0300 Subject: [PATCH] Pull request: Getting-Started: add warning abt firewalls Updates #4086. Squashed commit of the following: commit 8fd6778d3aa1f9aea5f1fea8a6b73a28f06b2d56 Author: Ainar Garipov Date: Tue Jan 18 16:07:54 2022 +0300 Getting-Started: add warning abt firewalls --- Getting-Started.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Getting-Started.md b/Getting-Started.md index e2d48d5..e9accbd 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -99,6 +99,16 @@ Other unofficial options: ## First Start +First of all, check your firewall settings. To install and use AdGuard Home, +the following ports and protocols must be available: + + * 3000/TCP for the initial installation; + * 80/TCP for the web interface; + * 53/UDP for the DNS server. + +You may need to open additional ports for protocols other than plain DNS, for +example DNS-over-HTTP. + DNS servers bind to port 53, which requires superuser privileges most of the time ([see below](#running-without-superuser). Therefore, on unix systems you need to run it with `sudo` or `doas` in terminal: