1
0
mirror of https://github.com/cmur2/language-zonefile.git synced 2025-07-01 22:30:25 +02:00

grammar: support numeric-only TTL values

This commit is contained in:
cn
2018-03-16 22:35:13 +01:00
parent 17de36de6a
commit 4dcaaa2215
3 changed files with 8 additions and 1 deletions

View File

@ -19,6 +19,7 @@ ns1 IN AAAA 2001:0db8::1 ; name server IPv6 address
www IN A 192.168.0.2 ; web server
ftp IN CNAME www.example.com. ; ftp alias (absolute)
xmpp IN CNAME www ; xmpp alias (relative)
dyn 60 IN CNAME www ; dynamic alias (TTL in seconds)
; mail
IN MX 10 mail.example.org. ; external mail provider