Skip to content

Commit 9897b09

Browse files
committed
apps: Caddy: show min version
And add links to the other ones. Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
1 parent c727f22 commit 9897b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ mentioned. Please note that other apps can be forced to use it by following
1616
| --- | --- | --- |
1717
| [Apache HTTP Server](https://httpd.apache.org) | [2.5.1](https://svn.apache.org/viewvc?view=revision&revision=1920586) | [`Listen 80 options=multipathtcp`](https://github.com/apache/httpd/pull/476/commits/0d56d533f4af) or [`ProxyPass multipathtcp=On`](https://github.com/apache/httpd/pull/476/commits/dfa6aec0dc74) |
1818
| [Apache Traffic Server](https://trafficserver.apache.org/) | [9.2.4](https://github.com/apache/trafficserver/pull/10701) | [`server_ports: <port> mptcp`](https://docs.trafficserver.apache.org/en/latest/admin-guide/files/records.yaml.en.html) |
19-
| [Caddy](https://caddyserver.com) | [v2.10.0](https://github.com/caddyserver/caddy/releases/tag/v2.10.0) | Enabled by default since v2.10.0 (Go 1.24), controllable with [`GODEBUG=multipath=`](https://go.dev/doc/godebug) since v2.7.4 (Go 1.21) |
19+
| [Caddy](https://caddyserver.com) | [v2.7.4](https://github.com/caddyserver/caddy/releases/tag/v2.7.4) | Enabled by default since [v2.10.0](https://github.com/caddyserver/caddy/releases/tag/v2.10.0) (Go 1.24), controllable with [`GODEBUG=multipath=`](https://go.dev/doc/godebug) since [v2.7.4](https://github.com/caddyserver/caddy/releases/tag/v2.7.4) (Go 1.21) |
2020
| [cURL](https://curl.se/) | [8.9.0](https://github.com/curl/curl/pull/13278) | [`--mptcp`](https://curl.se/docs/manpage.html) |
2121
| [dae](https://github.com/daeuniverse/dae) | [v0.8.0](https://github.com/daeuniverse/dae/pull/601) | [`global { mptcp: true }`](https://github.com/daeuniverse/dae/blob/main/example.dae) |
2222
| [Envoy](https://www.envoyproxy.io/) | [1.21.0](https://github.com/envoyproxy/envoy/pull/18780) | [`"enable_mptcp": "true"`](https://www.envoyproxy.io/docs/envoy/v1.21.6/api-v3/config/listener/v3/listener.proto#envoy-v3-api-field-config-listener-v3-listener-enable-mptcp) (`listening` config) |

0 commit comments

Comments
 (0)