mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-04-01 22:48:03 +00:00
Add exception for Tailscale MagicDNS
This commit is contained in:
parent
8931530901
commit
8f873cfd85
@ -57,6 +57,7 @@ WHERE
|
|||||||
)
|
)
|
||||||
-- Some applications hard-code a safe DNS resolver, or allow the user to configure one
|
-- Some applications hard-code a safe DNS resolver, or allow the user to configure one
|
||||||
AND s.remote_address NOT IN (
|
AND s.remote_address NOT IN (
|
||||||
|
'100.100.100.100', -- Tailscale Magic DNS
|
||||||
'1.1.1.1', -- Cloudflare
|
'1.1.1.1', -- Cloudflare
|
||||||
'1.1.1.2', -- Cloudflare
|
'1.1.1.2', -- Cloudflare
|
||||||
'8.8.8.8', -- Google
|
'8.8.8.8', -- Google
|
||||||
|
Loading…
Reference in New Issue
Block a user