1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-04-27 12:22:24 +02:00
chroma/lexers/testdata/dns.actual
Mubashshir 5ce1d5dd69 lexers: Add BIND DNS Zone lexer
Closes #623
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
2022-06-27 01:18:15 -07:00

20 lines
365 B
Plaintext

; /etc/bind/zones/example.org
$TTL 3h;
@ IN SOA ns.example.org. example.org. (
1 ; serial
3h; refresh timeout
1h; retry timeout
1w; expire timeout
1h; negative caching TTL
)
@ IN NS ns.example.org. ; name server
@ IN MX 10 example.org. ; mail exchange server
ns IN A 1.2.3.4
@ IN A 1.2.3.4
ns IN AAAA ef::1
@ IN AAAA ef::1
www IN CNAME example.org.