diff options
| author | Christian Cleberg <[email protected]> | 2026-08-02 09:07:32 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-02 09:07:32 -0500 |
| commit | b190f0b66114899440c484c3a080b1146f66a386 (patch) | |
| tree | 4debd6aa6d37f11aa2638cf801f54b98aca029f7 /content/privacy/domain-dig.md | |
| parent | c03e38b07ce439f9e6f4d23cb470193393e840e2 (diff) | |
| download | krz.sh-b190f0b66114899440c484c3a080b1146f66a386.tar.gz krz.sh-b190f0b66114899440c484c3a080b1146f66a386.tar.bz2 krz.sh-b190f0b66114899440c484c3a080b1146f66a386.zip | |
update apps and add privacy policies
Diffstat (limited to 'content/privacy/domain-dig.md')
| -rw-r--r-- | content/privacy/domain-dig.md | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/content/privacy/domain-dig.md b/content/privacy/domain-dig.md new file mode 100644 index 0000000..ac798a3 --- /dev/null +++ b/content/privacy/domain-dig.md @@ -0,0 +1,46 @@ ++++ +title = "Domain Dig — Privacy Policy" +description = "Privacy policy for Domain Dig, the DNS and SSL inspector for iOS." +weight = 2 ++++ + +_last updated: 2 august 2026_ + +Domain Dig inspects DNS records, SSL/TLS certificates, ownership, and related +signals for domains you enter. every lookup runs from your device. we operate no +servers, and we receive none of your data. + +## what we collect + +nothing. no account, no analytics, no ads, no third-party trackers or SDKs. + +## what stays on your device + +recent lookups and their results are stored locally on your device so you can +revisit them. deleting the app removes the local copy. if you turn on iCloud +sync (off by default), your settings, monitoring configuration, domain notes, +and history metadata are stored in your own private iCloud account so they carry +across your devices — that data goes to Apple's iCloud, never to us, and you can +turn it off in Settings. + +## network connections + +to answer a lookup, Domain Dig queries public DNS resolvers and connects to the +hosts you inspect in order to read their certificates. it also contacts a few +third-party lookup services to enrich the results — an IP-geolocation provider +(ipapi.co), RDAP registries (via rdap.org), Certificate Transparency logs +(crt.sh), and the HSTS preload list (hstspreload.org). the domains and IP +addresses you look up are therefore visible to these resolvers and services, and +may be logged by them under their own policies. we do not see or record any of +it. + +if you configure a Webhook or Slack integration, Domain Dig sends alerts to the +URL you provide; that destination is chosen and controlled by you. + +## changes + +if this policy changes, the updated version will be posted here with a new date. + +## contact + +questions: [[email protected]](mailto:[email protected]). |
