From 35a16108b5f3f8501b0ad7d2c8efe215dddaea37 Mon Sep 17 00:00:00 2001 From: gabe Date: Wed, 22 Feb 2023 10:47:37 -0800 Subject: [PATCH] update config to be clear about swarm.addrfilters --- docs/config.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/config.md b/docs/config.md index 3bc558e88ad..76a49ba03e0 100644 --- a/docs/config.md +++ b/docs/config.md @@ -1542,9 +1542,9 @@ 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 -you should always check settings against your own network and/or hosting -provider. +preventing dials to all non-routable IP addresses (e.g., `/ip4/192.168.0.0/ipcidr/16`, +which is the multiaddress representation of `192.168.0.0/16`) but you should always +check settings against your own network and/or hosting provider. Default: `[]`