Google

Superservice">Prev Chapter 6. Schemas Reference Next

Schemas for the dnszone Superservice

DLF Schema for DNS Zone service

Schema ID: dnszone

Timestamp Field: time

This DLF file is adequate to represent most common information about dnszone operations: approved/denied AXFR requests, completed zone transfers, loaded master and slave zones and denied dynamic DNS updates. See also the bind8_named2dlf manpage for some more info on the dnszone DLF format.

Fields in the Schema

server

Type: hostname

Defaults: -

Name of the DNS server.

time

Type: timestamp

Defaults: 0

The time of the event.

axfr_host

Type: ip

Defaults: -

IP address of the host requesting the AXFR.

axfr_zone

Type: hostname

Defaults: -

Name of the zone being requested. E.g. foo.example.com.

axfr_what

Type: string

Defaults: -

Either approved, denied or axfr.

loaded_zone

Type: hostname

Defaults: -

Name of the zone just loaded. E.g. foo.example.com.

loaded_serial

Type: number

Defaults: 0

Serial of the zone just loaded, as in the DNS SOA record. E.g. 2002071301 or 1024654055.

loaded_role

Type: string

Defaults: -

Either master or slave.

updatedenied_host

Type: ip

Defaults: -

IP address of the host requesting the update.

updatedenied_zone

Type: hostname

Defaults: -

Name of the zone being updated.