replace with proxy protocol listener
This commit is contained in:
parent
21f61c5bcd
commit
2ddd69876a
5 changed files with 9 additions and 4 deletions
|
|
@ -69,9 +69,9 @@ func (d *daemon) install(plugins ...*plugin.GrpcPlugin) error {
|
|||
return fmt.Errorf("no plugins found")
|
||||
}
|
||||
|
||||
// if len(plugins) == 1 {
|
||||
// return plugins[0].InstallPiperConfig(d.config)
|
||||
// }
|
||||
if len(plugins) == 1 {
|
||||
return plugins[0].InstallPiperConfig(d.config)
|
||||
}
|
||||
|
||||
m := plugin.ChainPlugins{}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue