Skip to content

Commit f056df2

Browse files
Merge pull request ClickHouse#79846 from ClickHouse/add-bind-host-example-to-config
Add `bind_host` example to config
2 parents 125202b + 4163bcf commit f056df2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

programs/server/config.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -935,6 +935,8 @@
935935
<!-- <priority>1</priority> -->
936936
<!-- Use SSL? Default: no -->
937937
<!-- <secure>0</secure> -->
938+
<!-- Optional. Bind to specific host before connecting to use a specific network. -->
939+
<!-- <bind_host>10.0.0.1</bind_host> -->
938940
</replica>
939941
</shard>
940942
</default>

0 commit comments

Comments
 (0)