summaryrefslogtreecommitdiffstats
path: root/internal/models/dns.go
diff options
context:
space:
mode:
authors <[email protected]>2025-11-07 12:32:24 -0500
committers <[email protected]>2025-11-07 12:32:24 -0500
commiteeb3f677cae9c13440e868a83c0a621c5b22b0b5 (patch)
tree6beddb2f2c65bc09f194fcaca28b25a6b7dd1cd8 /internal/models/dns.go
parent7d63867f365163f149db5d768c71f518f9eaf711 (diff)
downloaddborg-eeb3f677cae9c13440e868a83c0a621c5b22b0b5.tar.gz
dborg-eeb3f677cae9c13440e868a83c0a621c5b22b0b5.zip
feat: add show-only flag to filter dns tld results by existence status
Diffstat (limited to 'internal/models/dns.go')
-rw-r--r--internal/models/dns.go3
1 files changed, 2 insertions, 1 deletions
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 {