feat: add whitelist support

This commit is contained in:
Christian Groschupp
2024-04-15 21:43:09 +02:00
parent 25dcf536c6
commit 77a8f28edc
4 changed files with 23 additions and 1 deletions

View File

@ -75,3 +75,7 @@ func (p *grpcPlugin) Close() error {
}
return nil
}
func (p *grpcPlugin) IsWhitelist() bool {
return false
}