badguardhome/home
Simon Zolin 49a92605b8 + dns: respond to PTR requests for internal IP addresses from DHCP
Close #1682

Squashed commit of the following:

commit 2fad3544bf8853b1f8f19ad8b7bc8a490c96e533
Author: Simon Zolin <s.zolin@adguard.com>
Date:   Mon Jun 22 17:32:45 2020 +0300

    minor

commit 7c17992424702d95e6de91f30e8ae2dfcd8de257
Author: Simon Zolin <s.zolin@adguard.com>
Date:   Mon Jun 22 16:09:34 2020 +0300

    build

commit 16a52e11a015a97d3cbf30362482a4abd052192b
Merge: 7b6a73c8 2c47053c
Author: Simon Zolin <s.zolin@adguard.com>
Date:   Mon Jun 22 16:08:32 2020 +0300

    Merge remote-tracking branch 'origin/master' into 1682-dhcp-resolve

commit 7b6a73c84b5cb9a073a9dfb7d7bdecd22e1e1318
Author: Simon Zolin <s.zolin@adguard.com>
Date:   Mon Jun 22 16:01:34 2020 +0300

    tests

commit c2654abb2e5e7b7e3a04e4ddb8e1064b37613929
Author: Simon Zolin <s.zolin@adguard.com>
Date:   Mon Jun 1 15:15:13 2020 +0300

    + dnsforward: respond to PTR requests for internal IP addresses

    {[IP] => "host"} <- DNSforward <-(leases)-- DHCP
2020-06-23 12:13:13 +03:00
..
auth_test.go * TestAuth: improve test 2020-04-24 14:04:40 +03:00
auth.go *(home): fix assets access 2020-05-14 18:37:25 +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
clients.go - clients: fix incorrect info for clients from /etc/hosts 2020-06-11 11:11:52 +03:00
config.go * log: set default LogMaxAge = 3 days 2020-06-05 17:58:42 +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_test.go Fix #1069 install: check static ip 2020-02-13 18:42:07 +03:00
control_update.go - Web: flush the bufferred response data before performing global operations 2020-04-24 15:50:57 +03:00
control.go *(home): fix assets access 2020-05-14 18:37:25 +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_test.go * filter: skip comment lines starting with '#' 2020-05-07 18:03:25 +03:00
filter.go - filter: don't reset name on update 2020-05-25 17:13:13 +03:00
home_test.go *: added more logging 2020-04-15 15:17:57 +03:00
home.go - service: "stop" didn't work correctly 2020-06-11 10:24:43 +03:00
i18n.go + i18n: add thai and romanian languages 2020-03-11 17:06:37 +03:00
rdns_test.go Merge: * use upstream servers directly for the internal DNS resolver 2019-12-11 12:38:58 +03:00
rdns.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_test.go * move ./*.go files into ./home/ directory 2019-06-10 11:51:53 +03:00
upgrade.go Fix #1069 install: check static ip 2020-02-13 18:42:07 +03:00
web.go * web: log error messages from HTTP server as "debug" 2020-05-27 12:17:05 +03:00
whois_test.go + dns: respond to PTR requests for internal IP addresses from DHCP 2020-06-23 12:13:13 +03:00
whois.go * whois: use the upstream server to resolve whois server hostname 2020-05-27 14:54:31 +03:00