mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Allow access only from localhost for developers builds, ran from source tree [#METR-2944].
This commit is contained in:
parent
03bc662b36
commit
1d2937f781
11
dbms/src/Server/users.d/allow_only_from_localhost.xml
Normal file
11
dbms/src/Server/users.d/allow_only_from_localhost.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0"?>
|
||||
<yandex>
|
||||
<users>
|
||||
<default>
|
||||
<networks replace="replace">
|
||||
<ip>::1</ip>
|
||||
<ip>127.0.0.1</ip>
|
||||
</networks>
|
||||
</default>
|
||||
</users>
|
||||
</yandex>
|
Loading…
Reference in New Issue
Block a user