krz/domain-dig
an ios app for DNS & SSL analysis
clone: git clone https://gitbay.org/krz/domain-dig.git
f112f894ac00bf7b6397287c26edc1267883612f
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2026-07-17T05:01:29Z
DomainDig/DomainDigIntents.swift | 1 + 1 file changed, 1 insertion(+) @@ -28,6 +28,7 @@ struct InspectDomainIntent: AppIntent { Summary("Inspect \(\.$domain)") } + @MainActor func perform() async throws -> some IntentResult & ReturnsValue<String> & ProvidesDialog { let requested = domain.trimmingCharacters(in: .whitespacesAndNewlines) guard !requested.isEmpty else {