Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

refactor: Refactored Account objects #173

Merged
merged 2 commits into from
Jul 16, 2018
Merged

refactor: Refactored Account objects #173

merged 2 commits into from
Jul 16, 2018

Commits on Jul 16, 2018

  1. refactor: Refactored Account objects

    Updated Account objects to be a generic type instead of using the DB
    schema directly. This allows for much easier adaptation to other non-AWS
    cloud providers.
    
    This change also modifies the DNS collector to use a
    new AXFR or CloudFlare account type object with the settings on the
    account object. This allows you to configure more than one AXFR and/or
    CloudFlare accounts
    Asbjorn Kjaer committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    845b29d View commit details
    Browse the repository at this point in the history
  2. Remove unused old code

    Asbjorn Kjaer committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    7681f32 View commit details
    Browse the repository at this point in the history