Pull request: Getting-Started: add warning abt firewalls
Updates #4086. Squashed commit of the following: commit 8fd6778d3aa1f9aea5f1fea8a6b73a28f06b2d56 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Tue Jan 18 16:07:54 2022 +0300 Getting-Started: add warning abt firewalls
parent
75fa7d9a2a
commit
9f172570d0
|
@ -99,6 +99,16 @@ Other unofficial options:
|
|||
|
||||
## <a href="#first-time" id="first-time" name="first-time">First Start</a>
|
||||
|
||||
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:
|
||||
|
|
Loading…
Reference in New Issue