From 50aa29ffc43e57171076b7bce5cb739d9bddacf1 Mon Sep 17 00:00:00 2001 From: Mmx233 Date: Thu, 8 Dec 2022 19:49:34 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=E9=81=97=E6=BC=8F?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1f1907e..a8eeb7d 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ settings: skip_cert_verify: false #跳过证书有效校验 timeout: 5 #网络请求超时时间(秒,正整数) interfaces: "" #网卡名称正则(注意转义),如:eth0\.[2-3],不为空时为多网卡模式 + use_dhcp_ip: false #多网卡模式下使用网卡 ip 认证 guardian: #守护模式(后台常驻) enable: false duration: 300 #网络检查周期(秒,正整数)