rename reverse_dns_config file

This commit is contained in:
Arthur Passos 2023-02-01 09:37:39 -03:00
parent 70f700941a
commit e4545e1267
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,3 @@
<clickhouse>
<allow_reverse_dns_query_function>1</allow_reverse_dns_query_function>
</clickhouse>

View File

@ -11,7 +11,7 @@ cluster = ClickHouseCluster(__file__)
ch_server = cluster.add_instance(
"clickhouse-server",
with_coredns=True,
main_configs=["configs/config.xml", "configs/listen_host.xml"],
main_configs=["configs/reverse_dns_function.xml", "configs/listen_host.xml"]
)
client = cluster.add_instance(