summaryrefslogtreecommitdiff
path: root/dyndns/dyndns-domains
blob: e7b0b3550217f13abc823fecd520bb3f860528ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Syntax is list of directives.
#  include <filename> Read <filename> at this point
#  eof
# Settings directives, apply to succeeding subdomain lines.
#  zone <zone>        This is for stuff in <zone>
#  rrs <rrtype> ...   Allow addition/removal of (only) these RR types
#  ratelimit <min-seconds> <avg-seconds> <memory-seconds>
#    Limit rate of changes.  Up to one per <avg-seconds>
#    will always be allowed, and never updates more than
#    <min-seconds> apart.  <avg-seconds> is compared
#    with events in roughly last <memory-seconds>
#  ttlrange <minttl> <maxttl>
# Actual directive:
#  subdomain <subdomain> <groupname>

ratelimit 30 300 3600
zone dynamic.greenend.org.uk
ttlrange 30 86400

rrs A
subdomain	anjou		rich-avn
subdomain	badgers		sion-net
subdomain	bellevue	theom
subdomain	burrow		vcla-brw
subdomain	confusion	matt-cnf
subdomain	dorothee	jdamery
subdomain	ecstacy		dunc-xtc
subdomain	firestorm	davi-mul
subdomain	gallery		jayl-dns
subdomain	nosreme		ceme-gal
subdomain	heresy		cjwa-vpn
subdomain	lemoncurd	bjha-dd
subdomain	lilac		dame-lil
subdomain	nijinsky	jmatthew
subdomain	relativity	ijackson
subdomain	riva		cjwatson
subdomain	sinister	Mgend
subdomain	slappy		chri-cat
subdomain	stardust	sgtatham
subdomain	thistles	rcooksey
subdomain	titus		owen-dns
subdomain	milton		stev-pub

rrs A CNAME
subdomain	gin		dh219
subdomain	aibs		dh219

rrs A MX CNAME
subdomain test ijackson

eof