diff options
Diffstat (limited to 'doc/example-list.toml')
| -rw-r--r-- | doc/example-list.toml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/example-list.toml b/doc/example-list.toml new file mode 100644 index 0000000..cc35628 --- /dev/null +++ b/doc/example-list.toml @@ -0,0 +1,21 @@ +# 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", +] |
