diff --git a/internal/firewall/iptables.go b/internal/firewall/iptables.go index 78e92afb..f9bb80a3 100644 --- a/internal/firewall/iptables.go +++ b/internal/firewall/iptables.go @@ -48,8 +48,6 @@ func (c *configurator) Clear(ctx context.Context) error { return c.runIptablesInstructions(ctx, []string{ "--flush", "--delete-chain", - "-t nat --flush", - "-t nat --delete-chain", }) }