ClickHouse/tests/integration/test_dns_cache/configs/users_with_hostname.xml

14 lines
325 B
XML

<clickhouse>
<users>
<default>
<networks>
<host>node3</host>
<host_regexp>[a-z]+4</host_regexp>
<ip>::1</ip>
<ip>127.0.0.1</ip>
</networks>
<profile>default</profile>
</default>
</users>
</clickhouse>