mirror of
https://github.com/fatedier/frp.git
synced 2025-08-02 12:07:20 +00:00
plugin https2http&https2https: return 421 if host not match sni (#4323)
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
### Features
|
||||
|
||||
* Added a new plugin "http2http" which allows forwarding HTTP requests to another HTTP server, supporting options like local address binding, host header rewrite, and custom request headers.
|
||||
* Added `enableHTTP2` option to control whether to enable HTTP/2 in plugin https2http and https2https, default is true.
|
||||
|
||||
### Changes
|
||||
|
||||
* Plugin https2http & https2https: return 421 `Misdirected Request` if host not match sni.
|
||||
|
Reference in New Issue
Block a user