@cryptotaxi247 / kubo / commits / e3b17a4fe

docs: be clear about swarm.addrfilters (#9661)

Gabe committed Feb 27, 2023 at 06:43 UTC e3b17a4fe6fa584ca97bdee21bb1b5ab36a1a27b
1 file changed +3 -3
docs/config.md
+3 -3
@@ -1542,9 +1542,9 @@ another node, even if this other node is on a different network. This may
1542 trigger netscan alerts on some hosting providers or cause strain in some setups.
1543
1544 The `server` configuration profile fills up this list with sensible defaults,
1545 -preventing dials to all non-routable IP addresses (e.g., `192.168.0.0/16`) but
1546 -you should always check settings against your own network and/or hosting
1547 -provider.
1545 +preventing dials to all non-routable IP addresses (e.g., `/ip4/192.168.0.0/ipcidr/16`,
1546 +which is the multiaddress representation of `192.168.0.0/16`) but you should always
1547 +check settings against your own network and/or hosting provider.
1548
1549 Default: `[]`
1550