krz/domain-dig
an ios app for DNS & SSL analysis
clone: git clone https://gitbay.org/krz/domain-dig.git
fa75b888d30e281230e98d58b30d611309431c1d
unsigned
author: Christian Cleberg <hello@cleberg.net> · 2026-08-02T06:51:21Z
Docs/ACCESSIBILITY.md | 2 +- DomainDig/AppLinks.swift | 6 +++--- DomainDig/DomainDig/DomainDebugLog.swift | 2 +- README.md | 12 ++++++------ SECURITY.md | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) @@ -4,7 +4,7 @@ primary screen. The audit checks contrast, hit-region size, clipped text at large Dynamic Type, element descriptions, trait correctness, and Dynamic Type support — the same ground the accessibility pass tracked in -[issue #21](https://github.com/zerolabsco/domain-dig/issues/21) covers. +[issue #21](https://github.com/krazywarez/domain-dig/issues/21) covers. ## The colour palette @@ -9,9 +9,9 @@ enum AppLinks { /// App Store numeric identifier; the listing/review/share URLs derive from it. static let appStoreID = "6760368004" - static let sourceCode = url("https://github.com/zerolabsco/domain-dig") - static let documentation = url("https://github.com/zerolabsco/domain-dig#readme") - static let privacyPolicy = url("https://zerolabs.sh/domaindig/privacy-policy/") + static let sourceCode = url("https://github.com/krazywarez/domain-dig") + static let documentation = url("https://github.com/krazywarez/domain-dig#readme") + static let privacyPolicy = url("https://krz.sh/domaindig/privacy-policy/") static let supportEmail = "root@krz.sh" static var appStoreListing: URL { url("https://apps.apple.com/app/id\(appStoreID)") } @@ -7,7 +7,7 @@ enum DomainDebugLog { #else static let enabled = false #endif - private static let logger = Logger(subsystem: "co.zerolabs.domain-dig", category: "Debug") + private static let logger = Logger(subsystem: "co.krz.domain-dig", category: "Debug") static func debug(_ message: String) { guard enabled else { return } @@ -1,12 +1,12 @@ # DomainDig -[](https://sonarcloud.io/summary/new_code?id=zerolabsco_domain-dig) -[](https://sonarcloud.io/summary/new_code?id=zerolabsco_domain-dig) -[](https://sonarcloud.io/summary/new_code?id=zerolabsco_domain-dig) -[](https://sonarcloud.io/summary/new_code?id=zerolabsco_domain-dig) +[](https://sonarcloud.io/summary/new_code?id=krz_domain-dig) +[](https://sonarcloud.io/summary/new_code?id=krz_domain-dig) +[](https://sonarcloud.io/summary/new_code?id=krz_domain-dig) +[](https://sonarcloud.io/summary/new_code?id=krz_domain-dig) [](LICENSE) -[](https://apps.apple.com/us/app/domaindig/id6760368004) +[](https://apps.apple.com/us/app/domaindig/id6760368004) DomainDig is a local-first iOS domain inspection toolkit for DNS, web, ownership, monitoring, reporting, and audit workflows. The app gathers a point-in-time domain snapshot, normalizes it into a canonical `DomainReport`, and keeps user data on device unless the user exports, shares, or syncs it. @@ -39,7 +39,7 @@ Network inspection requests are made only to perform the requested domain checks 1. Clone the repository. ```sh - git clone https://github.com/zerolabsco/domain-dig.git + git clone https://github.com/krazywarez/domain-dig.git ``` 2. Open `DomainDig.xcodeproj` in Xcode. 3. Select the `DomainDig` scheme. @@ -14,7 +14,7 @@ If you discover a security vulnerability, **do not open a public issue**. Instead: -1. **Email** your report to [security@zerolabs.sh](mailto:security@zerolabs.sh). +1. **Email** your report to [security@krz.sh](mailto:security@krz.sh). Include: - A detailed description of the vulnerability - Steps to reproduce