Alex

Results 5 issues of Alex

I want to use rack-attack to block pentesters based on 4xx requests. It's not possible with the current gem API. So here is a POC how it might look like:...

Instead of exec docker command it has possible to use docker packet. For details: https://github.com/dotcloud/docker/blob/master/commands.go

``` go func NewWorker(lang *Lang, id, timeout int64, in chan Command, die chan error) (Worker, error){ // ... } type Worker interface { Stop() Start() } ```