EnglishFrenchSpanish

Ad


OnWorks favicon

ldns-compare-zones - Online in the Cloud

Run ldns-compare-zones in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command ldns-compare-zones that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


ldns-compare-zones - read and compare two zonefiles and print differences

SYNOPSIS


ldns-compare-zones [-c] [-i] [-d] [-z] [-s] ZONEFILE1 ZONEFILE2

DESCRIPTION


ldns-compare-zones reads two DNS zone files and prints number of differences.
Output is formated to:
+NUM_INS -NUM_DEL ~NUM_CHG

The major comparison is based on the owner name. If an owner name is present in zonefile
1, but not in zonefile 2, the resource records with this owner name are considered
deleted, and counted as NUM_DEL. If an owner name is present in zonefile 2, but not in
zonefile 1, the resource records with this owner name are considered inserted, and counted
as NUM_INS. If an owner name is present in both, but there is a difference in the amount
or content of the records, these are considered changed, and counted as NUM_CHG.

OPTIONS


-c Print resource records whose owner names are in both zone files, but with different
resource records. (a.k.a. changed)

-i Print resource records whose owner names are present only in ZONEFILE2 (a.k.a.
inserted)

-d Print resource records whose owner names are present only in ZONEFILE1 (a.k.a.
deleted)

-a Print all changes. Specifying this option is the same as specifying -c -i amd -d.

-z Suppress zone sorting; this option is not recommended; it can cause records to be
incorrectly marked as changed, depending of the nature of the changes.

-s Do not exclude the SOA record from the comparison. The SOA record may then show up
as changed due to a new serial number. Off by default since you may be interested
to know if (other zone apex elements) have changed.

-h Show usage and exit

-v Show the version and exit

Use ldns-compare-zones online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    CalcTools
    CalcTools
    Java source intended to serve as a
    nexus for teaching both mathematics and
    software solutions for computation on
    iterative equations. Public interfaces
    allow a...
    Download CalcTools
  • 2
    Rocket.Chat Desktop Client
    Rocket.Chat Desktop Client
    Rocket.Chat Desktop client is the
    official desktop app for Rocket.Chat,
    the simple but powerful open source web
    chat platform. It's tested on macOS,
    Windows...
    Download Rocket.Chat Desktop Client
  • 3
    OfficeFloor
    OfficeFloor
    OfficeFloor provides inversion of
    coupling control, with its: - dependency
    injection - continuation injection -
    thread injection For more information
    visit the...
    Download OfficeFloor
  • 4
    DivKit
    DivKit
    DivKit is an open source Server-Driven
    UI (SDUI) framework. It allows you to
    roll out server-sourced updates to
    different app versions. Also, it can be
    used fo...
    Download DivKit
  • 5
    subconverter
    subconverter
    Utility to convert between various
    subscription format. Shadowrocket users
    should use ss, ssr or v2ray as target.
    You can add &remark= to
    Telegram-liked HT...
    Download subconverter
  • 6
    SWASH
    SWASH
    SWASH is a general-purpose numerical
    tool for simulating unsteady,
    non-hydrostatic, free-surface,
    rotational flow and transport phenomena
    in coastal waters as ...
    Download SWASH
  • More »

Linux commands

Ad