Giter Site home page Giter Site logo

nomailme / dns-client-project Goto Github PK

View Code? Open in Web Editor NEW

This project forked from certera-io/dns-client-project

0.0 1.0 0.0 1.77 MB

Open, flexible and reusable DNS clients for the various public DNS hosting providers

License: MIT License

PowerShell 5.17% C# 94.83%

dns-client-project's Introduction

DNS Client Project

This project aims to create open, flexible and reusable DNS clients for the various public DNS hosting providers out there, such as Cloudflare, Azure, AWS Route53 and others. There are a few projects out there that have implementations of clients for their purposes, but nothing that is really reusable for any purpose to serve the community at large.

The following projects were used as inspiration and reference:

Available DNS providers:

  • Azure
  • Namecheap

Usage

Display help

dnsc --?

Examples

dnsc --get -provider azure -domain example.com -recordtype CNAME -name www

dnsc --set -p azure -d example.com -r TXT -n "@" -v sometxtvalue123
dnsc --set -p azure -d example.com -r CNAME -n www -v some.domain.com

# delete entire record
dnsc --delete -p azure -d example.com -r CNAME -n www

# delete single value from record
dnsc --delete -p azure -d example.com -r TXT -n www -v "single value"

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.