emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] 26.0.50.3, add $TTL directove to dns-mode.el


From: Alexander Kuleshov
Subject: [PATCH] 26.0.50.3, add $TTL directove to dns-mode.el
Date: Thu, 12 Jan 2017 15:37:01 +0600
User-agent: Mutt/1.6.0-rc0 ((null))

Hello everyone,

This simple patch adds `$TTL` directive to dns-mode-font-lock-keywords
from the lisp/text-modes/dns-mode.el.

The global `$TTL` directive (time-to-live) specifies the duration in seconds
that the record may be cached by any resolver. In general it should looks:

$TTL amount-of-ttl (in seconds)

Additionally d/D/h/H/w/W/m/M/s/S maybe added to amount-of-ttl where d/D -
days, h/H - hours and etc..

Thank you.

Attachment: 0001-Add-support-for-TTL-dns-directive.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]