Fix: FIREWALL_OUTBOUND_SUBNETS ip rules

This commit is contained in:
Quentin McGaw (desktop)
2021-08-26 15:46:19 +00:00
parent 5b75635386
commit 501ae2741b
4 changed files with 38 additions and 14 deletions

View File

@@ -14,11 +14,7 @@ const (
)
var (
errDefaultIP = errors.New("cannot get default IP address")
errRuleAdd = errors.New("cannot add rule")
errRouteAdd = errors.New("cannot add route")
errRuleDelete = errors.New("cannot delete rule")
errRouteDelete = errors.New("cannot delete route")
errDefaultIP = errors.New("cannot get default IP address")
)
func (r *Routing) routeInboundFromDefault(defaultGateway net.IP,