-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to respond to root request #2994
Comments
Hi, and thank you for the thorough report. Unfortunately we cannot reproduce that behaviour. Can you configure AdGuard Home to collect logs by setting |
2021/04/23 01:00:13 1#82 [debug] github.com/AdguardTeam/dnsproxy/proxy.(*Proxy).udpHandlePacket(): Start handling new UDP packet from 192.168.21.56:57693
2021/04/23 01:00:13 1#82 [debug] github.com/AdguardTeam/dnsproxy/proxy.(*Proxy).logDNSMessage(): IN: ;; opcode: QUERY, status: NOERROR, id: 53565
;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; QUESTION SECTION:
;. IN A
;; ADDITIONAL SECTION:
;; OPT PSEUDOSECTION:
; EDNS: version 0; flags: ; udp: 4096
2021/04/23 01:00:13 1#82 [debug] github.com/AdguardTeam/dnsproxy/proxy.(*Proxy).Resolve(): RTT: 0 ms
2021/04/23 01:00:13 1#82 [debug] ipset: starting processing
2021/04/23 01:00:13 1#82 [debug] ipset: skipped processing for request
2021/04/23 01:00:13 1#82 [debug] github.com/AdguardTeam/dnsproxy/proxy.(*Proxy).logDNSMessage(): OUT: ;; opcode: QUERY, status: SERVFAIL, id: 53565
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;. IN A
2021/04/23 01:00:14 1#71 [debug] github.com/AdguardTeam/dnsproxy/proxy.(*Proxy).udpHandlePacket(): Start handling new UDP packet from 192.168.21.56:54877
2021/04/23 01:00:14 1#71 [debug] github.com/AdguardTeam/dnsproxy/proxy.(*Proxy).logDNSMessage(): IN: ;; opcode: QUERY, status: NOERROR, id: 54788
;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; QUESTION SECTION:
;. IN A
;; ADDITIONAL SECTION:
;; OPT PSEUDOSECTION:
; EDNS: version 0; flags: ; udp: 4096
2021/04/23 01:00:14 1#71 [debug] github.com/AdguardTeam/dnsproxy/proxy.(*Proxy).Resolve(): RTT: 0 ms
2021/04/23 01:00:14 1#71 [debug] ipset: starting processing
2021/04/23 01:00:14 1#71 [debug] ipset: skipped processing for request
2021/04/23 01:00:14 1#71 [debug] github.com/AdguardTeam/dnsproxy/proxy.(*Proxy).logDNSMessage(): OUT: ;; opcode: QUERY, status: SERVFAIL, id: 54788
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;. IN A
2021/04/23 01:00:14 1#72 [debug] github.com/AdguardTeam/dnsproxy/proxy.(*Proxy).udpHandlePacket(): Start handling new UDP packet from 192.168.21.56:58377
2021/04/23 01:00:14 1#72 [debug] github.com/AdguardTeam/dnsproxy/proxy.(*Proxy).logDNSMessage(): IN: ;; opcode: QUERY, status: NOERROR, id: 4374
;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; QUESTION SECTION:
;. IN A
;; ADDITIONAL SECTION:
;; OPT PSEUDOSECTION:
; EDNS: version 0; flags: ; udp: 4096
2021/04/23 01:00:14 1#72 [debug] github.com/AdguardTeam/dnsproxy/proxy.(*Proxy).Resolve(): RTT: 0 ms
2021/04/23 01:00:14 1#72 [debug] ipset: starting processing
2021/04/23 01:00:14 1#72 [debug] ipset: skipped processing for request
2021/04/23 01:00:14 1#72 [debug] github.com/AdguardTeam/dnsproxy/proxy.(*Proxy).logDNSMessage(): OUT: ;; opcode: QUERY, status: SERVFAIL, id: 4374
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;. IN A
|
AdGuardHome.yaml bind_host: 0.0.0.0
bind_port: 3000
beta_bind_port: 0
users:
- name: dns
password: $2a$10$agfzpxKaWgIoPnHxUxuedudirT.yZvmhhxXns1qpiE7vb8U76CZki
http_proxy: ""
language: ""
rlimit_nofile: 0
debug_pprof: false
web_session_ttl: 720
dns:
bind_host: 0.0.0.0
port: 53
statistics_interval: 1
querylog_enabled: true
querylog_file_enabled: true
querylog_interval: 1
querylog_size_memory: 1000
anonymize_client_ip: false
protection_enabled: true
blocking_mode: default
blocking_ipv4: ""
blocking_ipv6: ""
blocked_response_ttl: 10
parental_block_host: family-block.dns.adguard.com
safebrowsing_block_host: standard-block.dns.adguard.com
ratelimit: 0
ratelimit_whitelist: []
refuse_any: true
upstream_dns:
- 114.114.114.114
- 218.85.152.99
- '[/akamai.net/]tls://94.140.14.140'
upstream_dns_file: ""
bootstrap_dns:
- 9.9.9.10
- 149.112.112.10
- 2620:fe::10
- 2620:fe::fe:10
all_servers: false
fastest_addr: false
allowed_clients: []
disallowed_clients: []
blocked_hosts: []
cache_size: 4194304
cache_ttl_min: 0
cache_ttl_max: 0
bogus_nxdomain: []
aaaa_disabled: false
enable_dnssec: false
edns_client_subnet: false
max_goroutines: 300
ipset: []
filtering_enabled: true
filters_update_interval: 72
parental_enabled: false
safesearch_enabled: false
safebrowsing_enabled: false
safebrowsing_cache_size: 1048576
safesearch_cache_size: 1048576
parental_cache_size: 1048576
cache_time: 30
rewrites: []
blocked_services: []
customresolver: null
tls:
enabled: false
server_name: ""
force_https: false
port_https: 443
port_dns_over_tls: 853
port_dns_over_quic: 784
port_dnscrypt: 0
dnscrypt_config_file: ""
allow_unencrypted_doh: false
strict_sni_check: false
certificate_chain: ""
private_key: ""
certificate_path: ""
private_key_path: ""
filters:
- enabled: false
url: https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt
name: AdGuard DNS filter
id: 1
- enabled: false
url: https://adaway.org/hosts.txt
name: AdAway Default Blocklist
id: 2
- enabled: false
url: https://www.malwaredomainlist.com/hostslist/hosts.txt
name: MalwareDomainList.com Hosts List
id: 4
whitelist_filters: []
user_rules: []
dhcp:
enabled: false
interface_name: ""
dhcpv4:
gateway_ip: ""
subnet_mask: ""
range_start: ""
range_end: ""
lease_duration: 86400
icmp_timeout_msec: 1000
options: []
dhcpv6:
range_start: ""
lease_duration: 86400
ra_slaac_only: false
ra_allow_slaac: false
clients: []
log_compress: false
log_localtime: false
log_max_backups: 0
log_max_size: 100
log_max_age: 3
log_file: test.log
verbose: true
schema_version: 7 |
|
Thank you for the information! We can now reproduce the issue. We'll try to fix it by the next beta. |
Updates AdguardTeam/AdGuardHome#2994. Squashed commit of the following: commit 868c6d2 Author: Ainar Garipov <[email protected]> Date: Fri Apr 23 15:50:11 2021 +0300 proxy: imp docs commit a1d32f3 Author: Ainar Garipov <[email protected]> Date: Fri Apr 23 15:17:30 2021 +0300 proxy: imp root handling
…for domains Updates #2994. Squashed commit of the following: commit e255f1c Author: Ainar Garipov <[email protected]> Date: Fri Apr 23 15:38:37 2021 +0300 all: upd dnsproxy, fix root reqs with custom upstreams for domains
The fix is out on the |
We'll close this issue for now. Feel free to open a new one if there are any problems! |
…for domains Updates AdguardTeam#2994. Squashed commit of the following: commit e255f1c Author: Ainar Garipov <[email protected]> Date: Fri Apr 23 15:38:37 2021 +0300 all: upd dnsproxy, fix root reqs with custom upstreams for domains
Have a question or an idea? Please search it on our forum to make sure it was not yet asked. If you cannot find what you had in mind, please submit it here.
Prerequisites
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Issue Details
Version of AdGuard Home server:
How did you install AdGuard Home:
-v /data/adguardhome:/opt/adguardhome/work
-v /etc/adguardhome:/opt/adguardhome/conf
-p 53:53/tcp -p 53:53/udp
-p 3000:3000/tcp
-p 853:853/tcp
-d adguard/adguardhome
How did you setup DNS configuration:
CPU architecture:
Operating system and version:
Expected Behavior
Actual Behavior
The text was updated successfully, but these errors were encountered: