From 484ab4458e9cdaec1873aee96ed43552a833bbee Mon Sep 17 00:00:00 2001 From: jyhl Date: Wed, 4 Jun 2025 17:44:16 +0800 Subject: [PATCH] fix --- README.MD | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.MD b/README.MD index 0f7981d..dfb2dbd 100644 --- a/README.MD +++ b/README.MD @@ -23,6 +23,23 @@ url=http://ip.16yun.cn:817/myip/pl/1111111-40a0-115b-1173-3a66ce51110f/?s=222222 # 不同机器配置不同编号,相同公网IP的内网机器使用相同编号 index=0 +# 示例说明: +# 场景1:三台不同公网IP的服务器 +# 服务器A (公网IP: 1.1.1.1) -> index=0 +# 服务器B (公网IP: 2.2.2.2) -> index=1 +# 服务器C (公网IP: 3.3.3.3) -> index=2 + +# 场景2:同一公网IP下的多台内网机器 +# 办公室路由器公网IP: 4.4.4.4 +# 内网机器A (192.168.1.10) -> index=0 +# 内网机器B (192.168.1.11) -> index=0 (相同公网IP,使用相同索引) +# 内网机器C (192.168.1.12) -> index=0 (相同公网IP,使用相同索引) + +# 场景3:混合环境 +# 家庭网络 (公网IP: 5.5.5.5) -> index=0 +# 公司网络 (公网IP: 6.6.6.6) -> index=1 +# 云服务器 (公网IP: 7.7.7.7) -> index=2 + # IP检测更新间隔,单位:秒 wait=60 ```