From 514be8def1012ad7ba96f692a38f6cdc8d44eed0 Mon Sep 17 00:00:00 2001 From: zhangdong <493738387@qq.com> Date: Fri, 19 May 2023 16:43:47 +0800 Subject: [PATCH] [improvement](conf)Add an example of directly specifying an IP address #19860 --- conf/be.conf | 2 +- conf/fe.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/be.conf b/conf/be.conf index 2dc228dc07..455779b2df 100644 --- a/conf/be.conf +++ b/conf/be.conf @@ -49,7 +49,7 @@ enable_auth = false # Choose one if there are more than one ip except loopback address. # Note that there should at most one ip match this list. # If no ip match this rule, will choose one randomly. -# use CIDR format, e.g. 10.10.10.0/24 +# use CIDR format, e.g. 10.10.10.0/24 or IP format, e.g. 10.10.10.1 # Default value is empty. # priority_networks = 10.10.10.0/24;192.168.0.0/16 diff --git a/conf/fe.conf b/conf/fe.conf index 77e2b6efa5..ae8bbac9e0 100644 --- a/conf/fe.conf +++ b/conf/fe.conf @@ -54,7 +54,7 @@ mysql_service_nio_enabled = true # Choose one if there are more than one ip except loopback address. # Note that there should at most one ip match this list. # If no ip match this rule, will choose one randomly. -# use CIDR format, e.g. 10.10.10.0/24 +# use CIDR format, e.g. 10.10.10.0/24 or IP format, e.g. 10.10.10.1 # Default value is empty. # priority_networks = 10.10.10.0/24;192.168.0.0/16