File: dns-mode.el.html

Use M-x dns-mode to invoke in master files.

C-c C-s Increment SOA serial.
           Understands YYYYMMDDNN, Unix time, and serial number
           formats, and complains if it fail to find SOA serial.

Defined variables (14)

dns-mode-abbrev-tableAbbrev table for ‘dns-mode’.
dns-mode-bad-control-entity-faceName of face used for non-standard control entities, e.g. $FOO.
dns-mode-class-faceName of face used for DNS classes, e.g., IN.
dns-mode-classesList of strings with known DNS classes.
dns-mode-control-entitiesLists of strings with known DNS control entities.
dns-mode-control-entity-faceName of face used for control entities, e.g. $ORIGIN.
dns-mode-font-lock-keywordsFont lock keywords used to highlight text in DNS master file mode.
dns-mode-hookHook run after entering ‘dns-mode’.
dns-mode-mapKeymap for DNS master file mode.
dns-mode-menuDNS Menu.
dns-mode-soa-auto-increment-serialWhether to increment the SOA serial number automatically.
dns-mode-syntax-tableSyntax table in use in DNS master file buffers.
dns-mode-type-faceName of face used for DNS types, e.g., SOA.
dns-mode-typesList of strings with known DNS types.

Defined functions (7)

dns-mode()
dns-mode-ipv6-to-nibbles(&optional NEGATE-PREFIX)
dns-mode-menu(ARG1)
dns-mode-reverse-and-expand-ipv6(ADDRESS &optional PREFIX-LENGTH)
dns-mode-soa-increment-serial()
dns-mode-soa-maybe-increment-serial()
zone-mode()

Defined faces (4)

dns-mode-bad-control-entityFace used for non-standard DNS control entities, e.g. $FOO.
dns-mode-classFace used for DNS classes, e.g., IN.
dns-mode-control-entityFace used for DNS control entities, e.g. $ORIGIN.
dns-mode-typeFace used for DNS types, e.g., SOA.