Skip to content

Tool toc ompare resource records for a domain on two dns servers

Notifications You must be signed in to change notification settings

oseemann/dnsdiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

dnsdiff

A small program to compare DNS Resource Records of a number of (sub-)domains on 2 different (authoritative) name servers.

Main use case is to check consistency when moving zones between name servers.

I used it when moving a domain with dozens of subdomains from a plain old shared hoster with a bad DNS management interface to AWS Route 53.

Installation

$ go get github.com/oseemann/dnsdiff
$ go install github.com/oseemann/dnsdiff

Usage

$ dnsdiff  -dns1 ns.old-nameserver.net -dns2 ns.new-nameserver.net -name mydomain.com

About

Tool toc ompare resource records for a domain on two dns servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages