Skip to content

Commit

Permalink
remove domaingen
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbr0wn authored and alexopenline committed Nov 20, 2024
1 parent c9346cd commit 0162c53
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 210 deletions.
204 changes: 0 additions & 204 deletions domaingen/domain_recommendations.go

This file was deleted.

6 changes: 0 additions & 6 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (

"github.com/customeros/mailsherpa/cli"
"github.com/customeros/mailsherpa/domaincheck"
"github.com/customeros/mailsherpa/domaingen"
"github.com/customeros/mailsherpa/emailparser"
)

Expand All @@ -15,9 +14,6 @@ func main() {
args := flag.Args()

switch args[0] {
case "avail":
_, avail := domaingen.IsDomainAvailable(args[1])
fmt.Println("Domain Available:", avail)
case "domain":
if len(args) != 2 {
fmt.Println("Usage: mailsherpa domain <domain>")
Expand All @@ -30,8 +26,6 @@ func main() {
return
}
cli.VerifySyntax(args[1], true)
case "rec":
fmt.Println(domaingen.RecommendOutboundDomains(args[1], 20))
case "redirect":
fmt.Println(domaincheck.PrimaryDomainCheck(args[1]))
case "parse":
Expand Down

0 comments on commit 0162c53

Please sign in to comment.