| 123456789101112131415161718192021 |
- # Example custom TLD list for hoardom
- # Import with: hoardom -i docs/example-list.toml <domain>
- #
- # The name field is required and used to identify the list.
- # Importing a list with the same name replaces the old one.
- # The tlds array defines which TLDs to search.
- # Order matters - domains are shown in the same order as listed here.
- name = "Tech Startup"
- tlds = [
- "com",
- "io",
- "dev",
- "app",
- "tech",
- "ai",
- "co",
- "net",
- "org",
- "sh",
- ]
|