ClickHouse/dbms/tests/integration/test_allowed_url_from_config/configs/config_with_only_regexp_hosts.xml
2019-10-23 15:05:32 +03:00

8 lines
174 B
XML

<yandex>
<remote_url_allow_hosts>
<host_regexp>^[a-z]*:80$</host_regexp>
<host_regexp>^[a-z]*\.ru$</host_regexp>
</remote_url_allow_hosts>
</yandex>