dnszone_find#

Search for DNS zones (SOA records).

Arguments#

Name

Type

Required

criteria

Str

False

Options#

  • forward_only : Flag (Required)

    • Default: False

  • all : Flag (Required)

    • Default: False

  • raw : Flag (Required)

    • Default: False

  • idnsname : DNSNameParam

  • name_from_ip : Str

  • idnszoneactive : Bool

  • idnsforwarders : Str

  • idnsforwardpolicy : StrEnum

    • Values: (‘only’, ‘first’, ‘none’)

  • idnssoamname : DNSNameParam

  • idnssoarname : DNSNameParam

    • Default: hostmaster

  • idnssoaserial : Int

  • idnssoarefresh : Int

    • Default: 3600

  • idnssoaretry : Int

    • Default: 900

  • idnssoaexpire : Int

    • Default: 1209600

  • idnssoaminimum : Int

    • Default: 3600

  • dnsttl : Int

  • dnsdefaultttl : Int

  • dnsclass : StrEnum

    • Values: (‘IN’, ‘CS’, ‘CH’, ‘HS’)

  • idnsupdatepolicy : Str

  • idnsallowdynupdate : Bool

    • Default: False

  • idnsallowquery : Str

    • Default: any;

  • idnsallowtransfer : Str

    • Default: none;

  • idnsallowsyncptr : Bool

  • idnssecinlinesigning : Bool

    • Default: False

  • nsec3paramrecord : Str

  • timelimit : Int

  • sizelimit : Int

  • version : Str

  • pkey_only : Flag

    • Default: False

Output#

Name

Type

count

Output

result

ListOfEntries

summary

Output

truncated

Output

Semantics#

Notes#

Version differences#