GithubHelp home page GithubHelp logo

dns_sync's Introduction

DNS Record Manager for cloudflare

Code style: black pre-commit

Acts as an abstraction layer for managing DNS records in cloudflare which stores metadata about an "owner" of the record, in order to keep track of which system created the records. This enables extra features such as bulk replacement of all records owned by a system, without effecting another and cleanup of old records

Getting started

  • Clone the repo

With Docker & Docker-compose

  • Edit the environment variable DOMAIN_CONFIG in the docker-compose.yml file to configure the domains handled by the application
  • Run docker-compose up
  • Go to http://localhost:80/docs to see the API documentation

Locally

Developed using Python 3.8

  • Run pip install -r requirements.txt
  • Run export DOMAIN_CONFIG='{"my config": "as per config.py"} and other options in config.py if needed
  • Run uvicorn app.main:app optionally include the --reload flag to watch for changes to the files during dev
  • See uvicorn logs for url of api (and append /docs to see API documentation)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.