We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Compare:
dnslookup 'example.org' '8.8.8.8'
dnslookup result: ;; opcode: QUERY, status: NOERROR, id: 64559 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;example.org. IN A ;; ANSWER SECTION: example.org. 2820 IN A 93.184.216.34
vs.
dnslookup 'example.org' "$ADGUARD_HOME_ADDR"
dnslookup result: ;; opcode: QUERY, status: NOERROR, id: 1356 ;; flags: qr rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; QUESTION SECTION: ;example.org. IN A ;; ANSWER SECTION: example.org. 11485 IN A 93.184.216.34 ;; ADDITIONAL SECTION: ;; OPT PSEUDOSECTION: ; EDNS: version 0; flags: do; udp: 4096
The text was updated successfully, but these errors were encountered:
f315601
Pull request: all: simplify dnssec logic
6bed34c
Closes AdguardTeam#3904. Squashed commit of the following: commit 5948f0d Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Mon Dec 13 17:53:40 2021 +0300 querylog: imp commit 852cc7d Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Mon Dec 13 17:44:41 2021 +0300 querylog: fix entry write commit 9d58046 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Mon Dec 13 16:45:56 2021 +0300 all: simplify dnssec logic
ainar-g
No branches or pull requests
Compare:
vs.
The text was updated successfully, but these errors were encountered: