mirror of https://github.com/fatedier/frp
parent
a51e221db3
commit
3dd888a9ea
|
@ -60,7 +60,7 @@ func NewHTTP2HTTPSPlugin(params map[string]string) (Plugin, error) {
|
||||||
|
|
||||||
listener := NewProxyListener()
|
listener := NewProxyListener()
|
||||||
|
|
||||||
p := &HTTPS2HTTPPlugin{
|
p := &HTTP2HTTPSPlugin{
|
||||||
localAddr: localAddr,
|
localAddr: localAddr,
|
||||||
hostHeaderRewrite: hostHeaderRewrite,
|
hostHeaderRewrite: hostHeaderRewrite,
|
||||||
headers: headers,
|
headers: headers,
|
||||||
|
|
Loading…
Reference in New Issue