add guard integration

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
Evan Hazlett 2019-09-13 11:26:20 -04:00
parent 374742d8e8
commit a41f4ba72b
No known key found for this signature in database
GPG key ID: A519480096146526
5 changed files with 133 additions and 10 deletions

4
net.go
View file

@ -8,10 +8,6 @@ import (
"github.com/gomodule/redigo/redis"
)
const (
ipsKey = "gatekeeper/ips"
)
type subnetRange struct {
Start net.IP
End net.IP