example-list.toml 476 B

123456789101112131415161718192021
  1. # Example custom TLD list for hoardom
  2. # Import with: hoardom -i docs/example-list.toml <domain>
  3. #
  4. # The name field is required and used to identify the list.
  5. # Importing a list with the same name replaces the old one.
  6. # The tlds array defines which TLDs to search.
  7. # Order matters - domains are shown in the same order as listed here.
  8. name = "Tech Startup"
  9. tlds = [
  10. "com",
  11. "io",
  12. "dev",
  13. "app",
  14. "tech",
  15. "ai",
  16. "co",
  17. "net",
  18. "org",
  19. "sh",
  20. ]