This is an automated email from the ASF dual-hosted git repository.

kassiez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b812a653ab Update quick-start.md (#1345)
1b812a653ab is described below

commit 1b812a653ab85b39a60121573ffde1f3ce347aa7
Author: Ruffian Jiang <jiangyj0...@outlook.com>
AuthorDate: Thu Nov 28 18:15:12 2024 +0800

    Update quick-start.md (#1345)
    
    快速开始修改ip提示192.168.0.0/24
    
    # Versions
    
    - [x] dev
    - [x] 3.0
    - [x] 2.1
    - [x] 2.0
    - [x] quick-start
    
    
    # Languages
    
    - [x] Chinese
    - [x] English
---
 common_docs_zh/gettingStarted/quick-start.md | 2 +-
 gettingStarted/quick-start.md                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/common_docs_zh/gettingStarted/quick-start.md 
b/common_docs_zh/gettingStarted/quick-start.md
index 37b3639e2f2..21c6022b9a0 100644
--- a/common_docs_zh/gettingStarted/quick-start.md
+++ b/common_docs_zh/gettingStarted/quick-start.md
@@ -60,7 +60,7 @@ FE 的配置文件为 `apache-doris/fe/conf/fe.conf`。下面是一些需要关
 # 增加 JAVA_HOME 配置,指向 JDK8 的运行环境。假如我们 JDK8 位于 /home/doris/jdk8, 则设置如下
 JAVA_HOME=/home/doris/jdk8
 
-# FE 监听 IP 的 CIDR 网段。默认设置为空,有 Apache Doris 
启动时自动选择一个可用网段。如有多个网段,需要指定一个网段,可以类似设置 priority_networks=92.168.0.0/24
+# FE 监听 IP 的 CIDR 网段。默认设置为空,有 Apache Doris 
启动时自动选择一个可用网段。如有多个网段,需要指定一个网段,可以类似设置 priority_networks=192.168.0.0/24
 # priority_networks =
 
 # FE 元数据存放的目录,默认是在 DORIS_HOME 下的 doris-meta 目录。已经创建,可以更改为你的元数据存储路径。
diff --git a/gettingStarted/quick-start.md b/gettingStarted/quick-start.md
index e41e25ccf17..d932ba252bb 100644
--- a/gettingStarted/quick-start.md
+++ b/gettingStarted/quick-start.md
@@ -59,7 +59,7 @@ Go to the `apache-doris/fe/conf/fe.conf` file for FE 
configuration. Below are so
 # Add JAVA_HOME and point it to your JDK8 runtime environment. Suppose your 
JDK8 is at /home/doris/jdk8, set it as follows:
 JAVA_HOME=/home/doris/jdk8
 
-# The CIDR network segment of FE listening IP is empty by default. When 
started, Apache Doris will automatically select an available network segment. 
If you need to specify a segment, you can set priority_networks=92.168.0.0/24, 
for example.
+# The CIDR network segment of FE listening IP is empty by default. When 
started, Apache Doris will automatically select an available network segment. 
If you need to specify a segment, you can set priority_networks=192.168.0.0/24, 
for example.
 # priority_networks =
 
 # By default, FE metadata is stored in the doris-meta directory under 
DORIS_HOME. It is created already. You can change it to your specified path.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to