From eeb3f677cae9c13440e868a83c0a621c5b22b0b5 Mon Sep 17 00:00:00 2001 From: s Date: Fri, 7 Nov 2025 12:32:24 -0500 Subject: feat: add show-only flag to filter dns tld results by existence status --- internal/models/dns.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'internal/models') diff --git a/internal/models/dns.go b/internal/models/dns.go index b08d8ba..51d9e50 100644 --- a/internal/models/dns.go +++ b/internal/models/dns.go @@ -1,7 +1,8 @@ package models type DNSTLDParams struct { - Term string + Term string + ShowOnly string } type DomainResult struct { -- cgit v1.2.3