zfdiff

command module
v0.0.0-...-17956ff Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 23, 2020 License: MIT Imports: 7 Imported by: 0

README

zfdiff

GitHub release (latest by date) codecov Go Report Card

Introduction

Can see the difference between the information exported from the DNS records configured by Route53 and the locally managed Zone files.

Installation

Download the binary from GitHub Releases and drop it in your $PATH.

Getting Started

Preparation

Export Route53 as a BIND zone file:

$ cli53 export example.com > r53.txt

SeeAlso: cli53

Excluding comments and blank lines in local zone files:

$ grep -v '^;' example.com.zonefile.txt | grep -v '^$' > local.txt
Differential comparison of zone files
zfdiff r53.txt local.txt

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL