mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
b68517f69e
Custom TLD lists (added in #17748), may contain domain of the 3-d level, however builtin TLD lists does not have such records, so it is not affected. Note that this will significantly increase hashtable lookups. Fixes: #17748
25 lines
318 B
Plaintext
25 lines
318 B
Plaintext
-- no-tld
|
|
|
|
foo.there-is-no-such-domain
|
|
foo.there-is-no-such-domain
|
|
|
|
foo.there-is-no-such-domain
|
|
foo.there-is-no-such-domain
|
|
foo
|
|
-- generic
|
|
kernel
|
|
kernel.biz.ss
|
|
-- difference
|
|
biz.ss
|
|
kernel.biz.ss
|
|
-- 3+level
|
|
xx.blogspot.co.at
|
|
blogspot
|
|
xx.blogspot.co.at
|
|
blogspot
|
|
-- url
|
|
foobar.com
|
|
foobar.com
|
|
foobar.com
|
|
xx.blogspot.co.at
|