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

@ -96,3 +96,7 @@ func (p *httpPlugin) Contains(ctx context.Context, network, addr string, opts ..
}
return res.OK
}
func (p *httpPlugin) IsWhitelist() bool {
return false
}