AdGuardHome/util
Andrey Meshkov b43223d302 *(home): do not require root privileges on the first run
Instead of requiring root privileges, we now check if AdGuard Home can
bind to privileged ports. If it cannot, we suggest either running it
with root privileges or grant CAP_NET_BIND_SERVICE capability. Please
note, that on Windows we still require root access.

Closes: #1699
2020-06-23 18:02:28 +03:00
..
auto_hosts.go + dns: respond to PTR requests for internal IP addresses from DHCP 2020-06-23 12:13:13 +03:00
auto_hosts_test.go + dns: respond to PTR requests for internal IP addresses from DHCP 2020-06-23 12:13:13 +03:00
dns.go + dns: respond to PTR requests for internal IP addresses from DHCP 2020-06-23 12:13:13 +03:00
helpers.go *(querylog): added offset/limit parameters 2020-05-26 15:37:37 +03:00
helpers_test.go Fix #1069 install: check static ip 2020-02-13 18:42:07 +03:00
net.go *(home): do not require root privileges on the first run 2020-06-23 18:02:28 +03:00
network_utils.go * GetValidNetInterfaces: don't skip PointToPoint interfaces 2020-04-07 12:00:04 +03:00
network_utils_test.go Fix #1069 install: check static ip 2020-02-13 18:42:07 +03:00
os_freebsd.go + service: support "-s reload" command 2020-03-17 15:21:10 +03:00
os_unix.go + service: support "-s reload" command 2020-03-17 15:21:10 +03:00
os_windows.go +(global): windows travis build 2020-04-14 00:04:38 +03:00
pprof.go + config: add "debug_pprof" setting 2020-04-22 16:00:26 +03:00
syslog_others.go Fix #1069 install: check static ip 2020-02-13 18:42:07 +03:00
syslog_windows.go Fix #1069 install: check static ip 2020-02-13 18:42:07 +03:00
tls.go Merge: + DNS, Web: use only secure TLSv1.2 ciphers 2020-03-23 10:23:34 +03:00