Explorar el Código

contrib/sni-router: fix bogus 2.4 version reference

The doc said 'Requires mtg ≥ 2.4', but no such release exists — the
latest tag is v2.2.8 (2026-04-07) and #480 is in master since
2026-05-05 awaiting the next release. Replace the speculative version
with an honest pointer to #480 and a 'build from master' note that
stays correct regardless of when the next tag lands.

Refs #511.
docs/sni-router-version-note
Alexey Dolotov hace 1 mes
padre
commit
b6ec95b9a7
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3
    2
      contrib/sni-router/README.md

+ 3
- 2
contrib/sni-router/README.md Ver fichero

89
 Caddy's `:8443` listener wrapper so the real client IP still
89
 Caddy's `:8443` listener wrapper so the real client IP still
90
 propagates to Caddy's logs.
90
 propagates to Caddy's logs.
91
 
91
 
92
-Requires mtg ≥ 2.4 — hostname acceptance for the fronting target was
93
-added in #480.
92
+Requires the hostname-acceptance change from #480 (merged 2026-05-05).
93
+No tagged release contains it yet — build from master until the next
94
+mtg release ships.
94
 
95
 
95
 ## ACME (Let's Encrypt) notes
96
 ## ACME (Let's Encrypt) notes
96
 
97
 

Loading…
Cancelar
Guardar