Giter Site home page Giter Site logo

manycast-dns's Introduction

manycast-dns

manycast-dns is a tool to simplify the parallel management of multiple cloud anycast DNS providers.

Because even major anycast DNS providers with 100% uptime SLAs can suffer outages, the only way to improve reliability is to spread your DNS over multiple anycast networks. This tool is meant to provide a minimal command line interface for provisioning and updating DNS across multiple cloud providers.

Dependencies / Supported clouds

Configuring

[google-cloud-platform]
; Google will provide this json file when creating an API user
json-credentials-file = config/google-cloud-credentials.json
project-id = principal-rhino-147203

[amazon-web-services]
access-key-id = ...
secret-access-key = ...

Example usage

# Provisioning Google Cloud from AWS
./manycast-dns provision whatbox.ca amazon-web-services google-cloud-platform

# Upserting SOA records
# These don't make a lot of sense with our approach, but they're still required. Each server must have any single valid server
# followed by an email with the @ replaced with a dot to contact, and various tuning parameters.
./manycast-dns upsert whatbox.ca whatbox.ca SOA 21600 "ns-1244.awsdns-27.org. servers.whatbox.ca. 1 7200 900 1209600 86400"
./manycast-dns upsert 192.131.44.0/24 192.131.44.0/24 SOA 21600 "ns-1131.awsdns-13.org. servers.whatbox.ca. 1 7200 900 1209600 86400"
./manycast-dns upsert 2620:B8:4000::/48 2620:B8:4000::/48 SOA 21600 "ns-97.awsdns-12.com. servers.whatbox.ca. 1 7200 900 1209600 86400"

# Upserting NS records
./manycast-dns upsert whatbox.ca whatbox.ca NS 172800 ns-1244.awsdns-27.org. ns-555.awsdns-05.net. ns-330.awsdns-41.com. ns-1936.awsdns-50.co.uk. ns-cloud-d1.googledomains.com. ns-cloud-d2.googledomains.com. ns-cloud-d3.googledomains.com. ns-cloud-d4.googledomains.com.

manycast-dns's People

Contributors

anthonyryan1 avatar

Watchers

 avatar

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.