mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 10:24:40 +01:00
IP addresses of queries over local DoH are now logged
This commit is contained in:
parent
a9cf16b33e
commit
d8ff82cf45
1 changed files with 2 additions and 2 deletions
|
@ -125,7 +125,7 @@ t || grep -Eq 'telemetry.example.*REJECT' query.log || fail
|
|||
t || grep -Eq 'dns.google.*REJECT' query.log || fail
|
||||
t || grep -Eq 'tracker.xdebian.org.*REJECT' query.log || fail
|
||||
t || grep -Eq 'tracker.debian.org.*PASS' query.log || fail
|
||||
t || cut -f2 query.log | grep -Eq -- '-' || fail
|
||||
t || grep -Eq '[.].*NS.*PASS' || fail
|
||||
|
||||
section
|
||||
t || grep -Fq 'tracker.debian.org' allowed-names.log || fail
|
||||
|
|
Loading…
Add table
Reference in a new issue