mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-03-30 07:06:18 +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
|
||||
AND s.remote_address NOT IN (
|
||||
'100.100.100.100', -- Tailscale Magic DNS
|
||||
'1.1.1.1', -- Cloudflare
|
||||
'1.1.1.2', -- Cloudflare
|
||||
'8.8.8.8', -- Google
|
||||
|
Loading…
Reference in New Issue
Block a user