AdGuardHome/home
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
..
auth.go *(home): fix assets access 2020-05-14 18:37:25 +03:00
auth_test.go * TestAuth: improve test 2020-04-24 14:04:40 +03:00
clients.go - clients: fix incorrect info for clients from /etc/hosts 2020-06-11 11:11:52 +03:00
clients_http.go + clients: support per-client tags 2020-01-28 14:06:52 +03:00
clients_tags.go Add 'device_camera' and 'device_securityalarm' values 2020-04-08 11:59:36 +02:00
clients_test.go -(dnsforward): custom client per-domain upstreams 2020-05-13 20:31:43 +03:00
config.go * log: set default LogMaxAge = 3 days 2020-06-05 17:58:42 +03:00
control.go *(home): fix assets access 2020-05-14 18:37:25 +03:00
control_filtering.go + filters: support filters from local disk 2020-04-09 11:46:52 +03:00
control_install.go - Web: flush the bufferred response data before performing global operations 2020-04-24 15:50:57 +03:00
control_test.go * update tests 2019-12-02 14:58:17 +03:00
control_update.go - Web: flush the bufferred response data before performing global operations 2020-04-24 15:50:57 +03:00
control_update_test.go Fix #1069 install: check static ip 2020-02-13 18:42:07 +03:00
dhcp.go Merge: * use upstream servers directly for the internal DNS resolver 2019-12-11 12:38:58 +03:00
dns.go + dns: respond to PTR requests for internal IP addresses from DHCP 2020-06-23 12:13:13 +03:00
filter.go - filter: don't reset name on update 2020-05-25 17:13:13 +03:00
filter_test.go * filter: skip comment lines starting with '#' 2020-05-07 18:03:25 +03:00
home.go *(home): do not require root privileges on the first run 2020-06-23 18:02:28 +03:00
home_test.go *: added more logging 2020-04-15 15:17:57 +03:00
i18n.go + i18n: add thai and romanian languages 2020-03-11 17:06:37 +03:00
rdns.go Merge: * use upstream servers directly for the internal DNS resolver 2019-12-11 12:38:58 +03:00
rdns_test.go Merge: * use upstream servers directly for the internal DNS resolver 2019-12-11 12:38:58 +03:00
service.go Merge: + DNS: use rules from /etc/hosts 2020-03-20 15:05:43 +03:00
tls.go *(home): fix TLS module initialization 2020-05-16 02:02:50 +03:00
upgrade.go Fix #1069 install: check static ip 2020-02-13 18:42:07 +03:00
upgrade_test.go * move ./*.go files into ./home/ directory 2019-06-10 11:51:53 +03:00
web.go * web: log error messages from HTTP server as "debug" 2020-05-27 12:17:05 +03:00
whois.go * whois: use the upstream server to resolve whois server hostname 2020-05-27 14:54:31 +03:00
whois_test.go + dns: respond to PTR requests for internal IP addresses from DHCP 2020-06-23 12:13:13 +03:00