Maint: internal/routing/inbound.go file

This commit is contained in:
Quentin McGaw (desktop)
2021-08-25 19:08:55 +00:00
parent e1cc14e055
commit 8b125e6e95
3 changed files with 85 additions and 33 deletions

View File

@@ -11,6 +11,7 @@ import (
)
var (
errIPRuleAdd = errors.New("cannot add IP rule")
errRulesList = errors.New("cannot list rules")
)