diff options
| author | UMTS at Teleco <crt@teleco.ch> | 2026-03-08 07:30:34 +0100 |
|---|---|---|
| committer | UMTS at Teleco <crt@teleco.ch> | 2026-03-08 07:30:34 +0100 |
| commit | 8623ef0ee74ff48a5ee24ee032f5b549f662f09d (patch) | |
| tree | 7f11543d05cfe0e7bd5aaca31ff1d4c86a271fd0 /doc/example-list.toml | |
goofy ah
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", +] |
