add guard integration
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
parent
374742d8e8
commit
a41f4ba72b
5 changed files with 133 additions and 10 deletions
4
net.go
4
net.go
|
@ -8,10 +8,6 @@ import (
|
|||
"github.com/gomodule/redigo/redis"
|
||||
)
|
||||
|
||||
const (
|
||||
ipsKey = "gatekeeper/ips"
|
||||
)
|
||||
|
||||
type subnetRange struct {
|
||||
Start net.IP
|
||||
End net.IP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue