From cb7c1ebbc4173cfe8c83d4e4f5fce2766c0bb4da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=B0=8F=E6=98=8E?= Date: Tue, 8 Nov 2022 08:44:58 +0800 Subject: [PATCH] Update config.md Swarm.AddrFilters example not right. --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index 844109a799b..3f6f60be63f 100644 --- a/docs/config.md +++ b/docs/config.md @@ -1514,7 +1514,7 @@ another node, even if this other node is on a different network. This may trigger netscan alerts on some hosting providers or cause strain in some setups. The `server` configuration profile fills up this list with sensible defaults, -preventing dials to all non-routable IP addresses (e.g., `192.168.0.0/16`) but +preventing dials to all non-routable IP addresses (e.g., `/ip4/192.168.0.0/ipcidr/16`) but you should always check settings against your own network and/or hosting provider.