From 595a70c5ed8c7bef71edc54257e162efa1b348bc Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Mon, 10 Nov 2025 09:38:59 -0800 Subject: [PATCH] Remove old multipathMode setting --- service/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/service/README.md b/service/README.md index 3c9c8045a..5ecbb4e1f 100644 --- a/service/README.md +++ b/service/README.md @@ -41,7 +41,6 @@ Settings available in `local.conf` (this is not valid JSON, and JSON does not al "allowManagementFrom": [ "NETWORK/bits", ...] |null, /* If non-NULL, allow JSON/HTTP management from this IP network. Default is 127.0.0.1 only. */ "bind": [ "ip",... ], /* If present and non-null, bind to these IPs instead of to each interface (wildcard IP allowed) */ "allowTcpFallbackRelay": true|false, /* Allow or disallow establishment of TCP relay connections (true by default) */ - "multipathMode": 0|1|2, /* multipath mode: none (0), random (1), proportional (2) */ "enableMetrics": true|false /* If true, enable the collection of metrics in metrics.prom. */ } }