merge from frp 0.28.2
This commit is contained in:
parent
b86ff20d5a
commit
b661dfb6ec
@ -113,9 +113,8 @@ func NewService() (svr *Service, err error) {
|
||||
TcpPortManager: ports.NewPortManager("tcp", cfg.ProxyBindAddr, cfg.AllowPorts),
|
||||
UdpPortManager: ports.NewPortManager("udp", cfg.ProxyBindAddr, cfg.AllowPorts),
|
||||
},
|
||||
Closed: true,
|
||||
closedCh: make(chan bool),
|
||||
tlsConfig: generateTLSConfig(),
|
||||
Closed: true,
|
||||
closedCh: make(chan bool),
|
||||
httpVhostRouter: vhost.NewVhostRouters(),
|
||||
tlsConfig: generateTLSConfig(),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user