krz/domain-dig

an ios app for DNS & SSL analysis

clone: git clone https://gitbay.org/krz/domain-dig.git

4496e44c1548b21cbcc23797c571169e43a71f6f

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2026-08-02T06:46:46Z

update email
 DomainDig/AppLinks.swift          | 2 +-
 DomainDigTests/AppInfoTests.swift | 8 ++++----
 README.md                         | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/DomainDig/AppLinks.swift b/DomainDig/AppLinks.swift
index cdbd9fc..55310fc 100644
--- a/DomainDig/AppLinks.swift
+++ b/DomainDig/AppLinks.swift
@@ -12,7 +12,7 @@ enum AppLinks {
     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 supportEmail = "hello@zerolabs.sh"
+    static let supportEmail = "root@krz.sh"
 
     static var appStoreListing: URL { url("https://apps.apple.com/app/id\(appStoreID)") }
     static var writeReview: URL { url("https://apps.apple.com/app/id\(appStoreID)?action=write-review") }
diff --git a/DomainDigTests/AppInfoTests.swift b/DomainDigTests/AppInfoTests.swift
index 5b574f7..da74b81 100644
--- a/DomainDigTests/AppInfoTests.swift
+++ b/DomainDigTests/AppInfoTests.swift
@@ -7,21 +7,21 @@ final class AppInfoTests: XCTestCase {
 
     func testMailURLEncodesSubjectAndBody() throws {
         let url = try XCTUnwrap(AppInfoView.mailURL(
-            to: "hello@zerolabs.sh",
+            to: "root@krz.sh",
             subject: "DomainDig Issue Report",
             body: "line one\nline two"
         ))
 
         XCTAssertEqual(url.scheme, "mailto")
         let string = url.absoluteString
-        XCTAssertTrue(string.hasPrefix("mailto:hello@zerolabs.sh?"))
+        XCTAssertTrue(string.hasPrefix("mailto:root@krz.sh?"))
         XCTAssertTrue(string.contains("subject=DomainDig%20Issue%20Report"))
         XCTAssertTrue(string.contains("body=line%20one%0Aline%20two"))
     }
 
     func testMailURLOmitsEmptyQueryItems() throws {
-        let url = try XCTUnwrap(AppInfoView.mailURL(to: "hello@zerolabs.sh", subject: "", body: ""))
-        XCTAssertEqual(url.absoluteString, "mailto:hello@zerolabs.sh")
+        let url = try XCTUnwrap(AppInfoView.mailURL(to: "root@krz.sh", subject: "", body: ""))
+        XCTAssertEqual(url.absoluteString, "mailto:root@krz.sh")
     }
 
     func testVersionDisplayPairsMarketingVersionAndBuild() {
diff --git a/README.md b/README.md
index aba0660..ad521a1 100644
--- a/README.md
+++ b/README.md
@@ -105,4 +105,4 @@ This project is licensed under the MIT License. See `LICENSE`.
 
 ## Contact
 
-Questions or feedback: hello@zerolabs.sh
+Questions or feedback: root@krz.sh